karthik 070a7c7c1b
All checks were successful
Tests / reset-status (push) Successful in 2s
Tests / tests (push) Successful in 4m50s
Tests / build (push) Successful in 3m42s
Switch to single workflow file
2023-10-28 11:34:28 +02:00
2023-04-09 18:50:20 +02:00
2023-10-28 11:34:28 +02:00

Tests Build

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 build

Run

spark-submit --master yarn --deploy-mode cluster build/libs/spark-boilerplate-1.0.0.jar
Description
A boilerplate template for apache spark projects
Readme 229 KiB
Languages
Scala 100%