-
Notifications
You must be signed in to change notification settings - Fork 32
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
SBT spDist not creating correct zip file #18
Comments
I ran into similar issues and assume this has to do with setting |
Thanks @karlhigley. So is there any documentation on how to create cross scala version spark packages? The only thing I found was "The sbt-spark-package plugin handles all these for you, therefore we highly recommend that you use the spDist command to generate the release artifact directly or spMakePom to generate the POM." but it seems not to be true. Do you recommend switching |
Actually, I just tried that and ran into a similar issue to the one you're having, which is already captured as #17. Unfortunately, I'm no help! |
I also wrote to the feedback list of @databricks for spark-packages but they are not very responsive. I like the idea a lot but I'm struggling from time to time with the implementation :( |
From the feedback service I got the reply:
Will give it a try now. |
I found the solution it seems...
|
Works. I was able to upload the artifact. |
Just to provide some more insight on why this naming scheme is required for the version: Thank you for sharing the replies here as well @FRosner for others' reference. |
Thanks a lot for your help!
|
Hello,
I tried to publish a spark package release of https://github.com/FRosner/drunken-data-quality/tree/2.1.0 by using the "register a release" functionality on http://spark-packages.org/package/FRosner/drunken-data-quality.
I executed sbt clean spDist and it created drunken-data-quality-2.1.0-s_2.10.zip. I selected this zip file in the "register a release" form and got the following message:
Why is it not putting the pom file correctly?
Thanks
Frank
Relates to FRosner/drunken-data-quality#53
The text was updated successfully, but these errors were encountered: