The basic steps for Spark Streaming Code ?

Initialize a Spark Streamingcontext Object
Appaly Transformations and ouput operations to Dstreams
Start reciving data and processing it using streamingContext.start()
Wait for the processing to be stopped using streamingContext.awaitTermination().

Comments

Popular posts from this blog

Why Scala for Spark ?

Apache Spark Driver logs redirecting to directory in both cluster and client mode