databricks / sbt-spark-package

Sbt plugin for Spark packages
Apache License 2.0
151 stars 32 forks source link

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

Open xuzikun2003 opened 3 years ago

xuzikun2003 commented 3 years ago

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

AFFogarty commented 3 years ago

Bintray has been sunset: https://www.jfrog.com/confluence/pages/viewpage.action?pageId=122564110

emanuel1025 commented 3 years ago

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

salvacorts commented 3 years ago

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 commented 3 years ago

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

lmichelbacher commented 3 years ago

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.

DmytroMitin commented 1 year ago

https://stackoverflow.com/questions/75789190/unable-to-import-plugin-to-scala-project