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

there is no sbt-spark-package:0.2.4/0.2.5, how can i configure the right configuration ? #30

Open
littleJava opened this issue Dec 25, 2016 · 3 comments

Comments

@littleJava
Copy link

littleJava commented Dec 25, 2016

according to

resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/maven/"

  addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.5")

but there is no sbt-spark-package:0.2.5 in "https://dl.bintray.com/spark-packages/maven/org/spark-packages/sbt-spark-package/" ,
image.

so what is the newest configuration ?
my scala version is 2.11.8

@sadikovi
Copy link

sadikovi commented Dec 25, 2016

It looks like it does exist on this url: https://dl.bintray.com/spark-packages/maven/org/spark-packages/sbt-spark-package_2.10_0.13/0.2.5. _2.10 is for sbt, not build Scala version.

@sadikovi
Copy link

Sbt will figure out and download version it needs for the project, this is normally specified in build.properties file. You don't need to change your Scala version, just clone repository and run build command, it should work. SBT will download necessary build dependencies.

@littleJava
Copy link
Author

it's my fault:
i added -Dsbt.override.build.repos=true to the file : $SBT_HOME/config/sbtopts. so the app code project/plugin.sbt is overrided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants