Skip to content

hershs/spark-sbt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-sbt-template

This is my version of simple sbt spark project

Features

  • Load configuration from a file (local or remote) by pureconfig
  • Include assembly plugin
  • Include release plugin
  • Include test of main function, 100% test coverage
  • Support multiple scala versions, see crossScalaVersions
  • Generates assembly jar of few kBytes

Commands

  • Build assembly jar locally sbt assembly
  • Build and publish snapshot version sbt assembly publish
  • Build and publish release version sbt assembly "release with-defaults"
  • Build all scala versions - add plus to assembly command, for example : sbt +assembly "release with-defaults"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages