Open xuzikun2003 opened 3 years ago
Bintray has been sunset: https://www.jfrog.com/confluence/pages/viewpage.action?pageId=122564110
Unable to resolve dependencies because of this. Is there an alternative?
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")
My issue was fixed once I changed the resolver URL to what @salvacorts mentioned.
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.
This URL https://dl.bintray.com/spark-packages/maven is forbidden now.