Skip to content

punya/spark-gradle-test-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Gradle Test Example Build Status

To run tests,

  ./gradlew check

To produce a shadowed jar suitable for spark-submit,

  ./gradlew shadowJar

To start a REPL (note that this isn't spark-shell, so you won't be able to submit jobs to a remote Spark master),

  ./gradlew -q scalaTestConsole

About

Example demonstrating a Scala project that builds using Gradle, produces a shadow jar suitable for spark-submit, and has tests using Scalatest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages