/scala-spark-sample-project

The goal of this repository is to reuse the structure and configuration for future projects. Spark 3.3.1. Scala 2.13.10. Sbt 1.8.2. Java 11

Primary LanguageScalaGNU General Public License v3.0GPL-3.0

Scala-Spark sample project

This is a boilerplate project of Spark 3.3.1 with Scala 2.13.10 and sbt. The goal of this repository is to reuse the structure and configuration for future projects.

To test the configuration, this sample project reads a CSV (mock data) using a Spark DataFrame and show some content.

Dependencies

  • Spark 3.3.1
  • Java 11.
  • Scala 2.13.10
  • sbt 1.8.2

Run

sbt run compile