Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete source jar #542

Closed
lemieud opened this issue Sep 2, 2015 · 1 comment
Closed

Incomplete source jar #542

lemieud opened this issue Sep 2, 2015 · 1 comment

Comments

@lemieud
Copy link

lemieud commented Sep 2, 2015

The source jar in maven is incomplete.
http://repo1.maven.org/maven2/org/elasticsearch/elasticsearch-spark_2.10/2.2.0-m1/elasticsearch-spark_2.10-2.2.0-m1-sources.jar

It does not contain most of the spark-sql classes.

$ unzip -l ~/Downloads/elasticsearch-spark_2.10-2.2.0-m1-sources.jar | grep sql
        0  08-27-15 19:23   org/elasticsearch/spark/sql/
     1660  06-20-15 10:57   org/elasticsearch/spark/sql/Utils.java
        0  05-01-15 01:09   org/elasticsearch/spark/sql/api/
        0  08-27-15 11:30   org/elasticsearch/spark/sql/api/java/
       99  05-01-15 01:09   org/elasticsearch/spark/sql/api/java/package-info.java
@costin
Copy link
Member

costin commented Sep 5, 2015

Ooops. Thanks for reporting - looks like only the java sources were included.
Should be fixed now.

costin added a commit that referenced this issue Sep 5, 2015
All sources (Scala included) are now added to the sources.jar
closes #542

(cherry picked from commit e6eca18)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants