You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/maven/"
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.6")
To my project/plugins.sbt file, I get this error: [error] (update) sbt.librarymanagement.ResolveException: unresolved dependency: org.spark-packages#sbt-spark-package;0.2.6: not found
I've found previous issues mentionning this, but they appeared to be solved by adding a resolver.
In my case, it didn't work.
Any idea on how to fix this ?
When looking at https://dl.bintray.com/spark-packages/maven/org/spark-packages/, there only appear to be the 0.1.1 version in the sbt-spark-package folder, but the 0.2.6 is in the other one. I've tried replacing sbt-spark-package by sbt-spark-package_2.10_0.13but it didn't work either.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi,
When adding:
To my project/plugins.sbt file, I get this error:
[error] (update) sbt.librarymanagement.ResolveException: unresolved dependency: org.spark-packages#sbt-spark-package;0.2.6: not found
I've found previous issues mentionning this, but they appeared to be solved by adding a resolver.
In my case, it didn't work.
Any idea on how to fix this ?
When looking at https://dl.bintray.com/spark-packages/maven/org/spark-packages/, there only appear to be the 0.1.1 version in the sbt-spark-package folder, but the 0.2.6 is in the other one. I've tried replacing
sbt-spark-package
bysbt-spark-package_2.10_0.13
but it didn't work either.Thanks for your help!
The text was updated successfully, but these errors were encountered: