Skip to content

rshepherd/spark-streaming-average

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-streaming-average

An example of streaming average calculation with spark streaming. Build and deploy with below (or something like it).

sbt package && $SPARK_HOME/bin/spark-submit --class "StreamingAverage" --master local[2] target/scala-2.10/spark-streaming-average_2.10-1.0.jar

About

An example of streaming average calculation with spark streaming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages