qubole / sparklens

Qubole Sparklens tool for performance tuning Apache Spark
http://sparklens.qubole.com
Apache License 2.0
568 stars 138 forks source link

resolver-fix #68

Open Naina-Gurung opened 3 years ago

Naina-Gurung commented 3 years ago

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 - https://github.com/qubole/sparklens/pull/69