This repository contains basic Templates for the following Spark Applications.
- Simple Spark Application
- Simple SparkStreaming Application ( Network WordCount )
- Simple Spark Mllib ( KMeans example )
- Download the source code using :
git clone https://github.com/sigmoidanalytics/spark-application-templates-project.git
- Goto the Simple Application that you need to run, then do a package and run:
cd simple-stream; sbt package run