July 2017
Intermediate to advanced
796 pages
18h 55m
English
Spark Streaming provides windowed processing, which allows you to apply transformations over a sliding window of events. The sliding window is created over an interval specified. Every time the window slides over a source DStream, the source RDDs, which fall within the window specification, are combined and operated upon to generate the windowed DStream. There are two parameters that need to be specified for the window:
Shown in the following is an illustration shows a DStream with a sliding ...
Read now
Unlock full access