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

Unresolved dependency: not found #47

Open
MatthiasRMS opened this issue Dec 28, 2018 · 2 comments
Open

Unresolved dependency: not found #47

MatthiasRMS opened this issue Dec 28, 2018 · 2 comments

Comments

@MatthiasRMS
Copy link

Hi,

When adding:

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!

@ciscomsk
Copy link

same issue

@rpuch
Copy link

rpuch commented Aug 13, 2021

According to https://spark.apache.org/news/new-repository-service.html , we should not use dl.bintray anymore. I replaced the following

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

with this

resolvers += "spark-packages" at "https://repos.spark-packages.org/"

and it seems to work now.

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

3 participants