Thank you very much for this library! Would you like to integrate your Spark Package with the sbt-spark-package plugin? This will make publishing new releases to the Spark Packages website super easy (you can simply publish a release using sbt spPublish, without the need to fill out the release form on the webpage!
If your package is hosted on the Spark Packages Repository, people can simply use your package in Spark Applications with:
spark-shell --packages nerdammer/spark-hbase-connector:0.9.4
Similarly, users that also have the sbt-spark-package plugin can add
`libraryDependencies += "nerdammer/spark-hbase-connector:0.9.4"
to their sbt build file.
The integration is simple, and I would be happy to submit a PR if you like.
Hi,
Thank you very much for this library! Would you like to integrate your Spark Package with the sbt-spark-package plugin? This will make publishing new releases to the Spark Packages website super easy (you can simply publish a release using
sbt spPublish
, without the need to fill out the release form on the webpage!If your package is hosted on the Spark Packages Repository, people can simply use your package in Spark Applications with:
spark-shell --packages nerdammer/spark-hbase-connector:0.9.4
Similarly, users that also have the sbt-spark-package plugin can add `libraryDependencies += "nerdammer/spark-hbase-connector:0.9.4" to their sbt build file.
The integration is simple, and I would be happy to submit a PR if you like.
Best, Burak