Closed FRosner closed 8 years ago
Can be resolved by adding
resolvers += "Spark Package Main Repo" at "https://dl.bintray.com/spark-packages/maven"
to plugin.sbt
.
Handled by #12.
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.
I added the plugin to
project/plugin.sbt
like described in the readme file:However, SBT cannot resolve the dependency. Please find the error log below.