2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00
2020-06-21 09:55:22 -04:00

Spark Boilerplate

This is a boilerplate project for Apache Spark. The related blog post can be found at https://www.barrelsofdata.com/spark-boilerplate-using-scala

Build instructions

From the root of the project execute the below commands

  • To clear all compiled classes, build and log directories
./gradlew clean
  • To run tests
./gradlew test
  • To build jar
./gradlew shadowJar
  • All combined
./gradlew clean test shadowJar

Run

spark-submit --master local[*] build/libs/spark-boilerplate-1.0.jar
Description
A boilerplate template for apache spark projects
Readme 229 KiB
Languages
Scala 100%