Skip to content

spark-jobserver/spark-jobserver.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Jobserver sbt project

Build Status

g8 template to get a Spark Jobserver application up and running quickly.

Use this template

$ sbt new spark-jobserver/spark-jobserver.g8
$ cd <name-of-app>
$ sbt package
  • Upload the jar to Spark Jobserver and run the application.

Modify this template

$ git clone git@github.com:foo/spark-jobserver.g8.git
  • Now make your desired changes.
  • Do a local deploy of your modified template and try it out.
$ sbt
> g8Test # must result in SUCCESS
> exit
$ cd target/sbt-test/default-*/scripted
$ sbt package
  • Test the jar using Spark Job Server

  • If you like your new template, push it to GitHub.

$ cd /path/to/spark-jobserver.g8.git
$ git push
  • You can now access your modified template using g8.
$ cd
$ sbt new foo/spark-jobserver.g8
  • If you'd like to share your changes, send a pull request.

Releases

No releases published

Packages

No packages published

Languages