/spark_maven

minimal example of using spark with maven

Primary LanguageScala

Minimal example of spark using maven

This project was built in IntelliJ using Apache Spark/HDInsight plugin.

How to use:

cd spark_maven
mvn clean
mvn install
mvn package
spark-submit --class sample.sparkMavenExample --master local[2] target/sample-1.0-SNAPSHOT.jar 100