Closed lolaclinton closed 7 years ago
@lolaclinton SBT plugins are published to Bintray but not Maven Central. You can find the jars here
https://dl.bintray.com/sbt/sbt-plugin-releases/net.pishen/sbt-emr-spark/scala_2.10/sbt_0.13/
By adding the following line to your project-folder/project/plugins.sbt
(note that there's a project
sub-folder in the path), SBT should find and download the library from Bintray automatically.
addSbtPlugin("net.pishen" % "sbt-emr-spark" % "0.10.0")
Please let me know if you meet any other problems. : )
Thanks! I'll give it a try :)
I looked on the maven repo and can't find this but I saw the Spark Deployer. How do you want people to use this?