nerdammer / spark-hbase-connector

Connect Spark to HBase for reading and writing data with ease
Apache License 2.0
297 stars 107 forks source link

sbt-spark-package #8

Open brkyvz opened 9 years ago

brkyvz commented 9 years ago

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

nicolaferraro commented 9 years ago

Started working on it. Thanks for the suggestion.