Example Maven Project for Scala Spark 2 Application

Introduction

This archive contains an example Maven project for Scala Spark 2 application.

Details

The pom.xml contains example dependencies for : -

Note that Scala itself is just listed as another dependency which means a global installation of Scala is not required. The pom.xml builds an uber-jar containing all the dependencies by default (including Scala jars).

The pom also includes two exec goals: -

Reference

Maven for scala link