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

https://dl.bintray.com/spark-packages/maven is forbidden #50

Open
xuzikun2003 opened this issue May 4, 2021 · 6 comments
Open

https://dl.bintray.com/spark-packages/maven is forbidden #50

xuzikun2003 opened this issue May 4, 2021 · 6 comments

Comments

@xuzikun2003
Copy link

This URL https://dl.bintray.com/spark-packages/maven is forbidden now.

@AFFogarty
Copy link

@emanuel1025
Copy link

Unable to resolve dependencies because of this. Is there an alternative?

@salvacorts
Copy link

They have moved to another repository as Bintray is deprectaed.

https://spark.apache.org/news/new-repository-service.html

resolvers += "bintray-spark-packages" at "https://repos.spark-packages.org"
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.6")

@priyankvyas
Copy link

My issue was fixed once I changed the resolver URL to what @salvacorts mentioned.

@lmichelbacher
Copy link

The solution suggested by @salvacorts did not work for me:

I get

not found: https://repos.spark-packages.org/org/spark-packages/sbt-spark-package_2.12_1.0/0.2.6/sbt-spark-package-0.2.6.pom

Looks like only 0.2.4 is on spark-packages.org: https://spark-packages.org/package/databricks/sbt-spark-package.

But even when I configure 0.2.4, I get the same error.

HyukjinKwon pushed a commit to databricks/spark-sql-perf that referenced this issue Dec 13, 2021
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

7 participants