/spark-application-template

Primary LanguageScalaApache License 2.0Apache-2.0

README

Packaging

You can package this project as a jar file to execute below command.

./sbt/sbt clean package

Unit Testing

You can test this project of this project to execute below command.

./sbt/sbt clean test