tresata / spark-sorted

Secondary sort and streaming reduce for Apache Spark
Apache License 2.0
78 stars 17 forks source link

sbt-spark-package integration and Spark Packages release #1

Closed brkyvz closed 9 years ago

brkyvz commented 9 years ago

Hi Tresata Team,

This is a wonderful and very useful Spark Package. Would you consider making an official release for this on the Spark Packages Repository so that Spark users can use this with ease? It would be very easy to make a release if you use the sbt-spark-package plugin. Then users can use this library by simply adding the flag: --packages tresata/spark-sorted:0.1 to spark-shell, spark-submit or even pyspark. In addition, your package will be ranked higher in the Spark Packages website for having a release!

Users that also use the sbt-spark-package plugin can simply add your dependency as spDependencies += "tresata/spark-sorted:0.1 in their build file.

I can happily submit a pull request for the plugin if you like!

Best, Burak

koertkuipers commented 9 years ago

Merged pulllreq: https://github.com/tresata/spark-sorted/pull/2