Project to learn how to effectively develop and test Spark applications.
This is a Maven based project. Simply run mvn clean install
There are a few options here:
- Run it from the unit test (which is the goal of this project)
- Run on Spark with the
spark-submit.sh
script (see Spark documentation for that) - Run the
Main.main()
method from your IDE or java command line