You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins.sbt has a resolver pointing to https://dl.bintray.com/spark-packages/maven but this website is forbidden.
To create a jar from this repo, it throws an error - Resolver Exception - sbt-spark-package 0.2.4 not found.
Solution - To update the plugins.sbt with repos.spark-packages,org instead of the dl.bintray.com/spark-packages/maven".
PR raised with the resolution - #69
The text was updated successfully, but these errors were encountered:
plugins.sbt has a resolver pointing to https://dl.bintray.com/spark-packages/maven but this website is forbidden.
To create a jar from this repo, it throws an error - Resolver Exception - sbt-spark-package 0.2.4 not found.
Solution - To update the plugins.sbt with repos.spark-packages,org instead of the dl.bintray.com/spark-packages/maven".
PR raised with the resolution - #69
The text was updated successfully, but these errors were encountered: