Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 540 Bytes

File metadata and controls

21 lines (12 loc) · 540 Bytes

Spark Application Templates

This repository contains basic Templates for the following Spark Applications.

  • Simple Spark Application
  • Simple SparkStreaming Application ( Network WordCount )
  • Simple Spark Mllib ( KMeans example )

Compiling and Running

  • 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