databricks / sbt-spark-package

Sbt plugin for Spark packages
Apache License 2.0
151 stars 32 forks source link

Ported to sbt 1.0 #41

Closed metasim closed 5 years ago

metasim commented 6 years ago

@brkyvz Are you the owner of this project?

If so, can you provide your thoughts on this PR, and how we might get a 1.0-compatible release published?

If not, who should we reach out to?

cc: @sullivan @thomasdziedzic

metasim commented 6 years ago

A binary version of this PR is available with this fragment:

resolvers += Resolver.bintrayIvyRepo("s22s", "sbt-plugins")
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.7-astraea.1")

or: https://bintray.com/s22s/sbt-plugins/sbt-spark-package

sullis commented 6 years ago

what is the status of this PR?

metasim commented 6 years ago

FYI: @sullis I sent an email in January to what I thought was the address for @brkyvz (guessed from profile), but never received a reply. I'm worried this has become abandonware, and maybe a community fork is needed. I hope I'm wrong, but I can't think of any other options at this point to keep it moving forward. Ideas?

brkyvz commented 6 years ago

@metasim @sullis Sorry folks, been very busy with the Spark 2.3 release. I'll take a look at this (test it etc) as soon as possible. Really appreciate the PR!

mhamilton723 commented 6 years ago

+1 on this PR

tejasmanohar commented 6 years ago

@brkyvz Any update here?

metasim commented 5 years ago

Closed due to lack of maintainer interest.

rjurney commented 8 months ago

@metasim is this something that could be taken up for Scala 2.12 and modern Spark? The GraphFrames project needs it to work with late model sbt.