This is a basic scala spark project, it uses spark 4 and scala 2.13.
- It reads to files (JSON/CSV) from the data directory,
- Does some calculation for every vehicle
- Executes a join to retreive the driver's name
- Writes the result in the outupt directory
sbt compile
sbt runsbt assemblyThis command will generate a Jar under target/scala-2.13, this jar can be shipped and executed on a spark cluster.