Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 462 Bytes

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