April 2017
Intermediate to advanced
532 pages
12h 39m
English
There are a few different general techniques to deal with stream processing. Two of the most common ones are as follows:
Spark Streaming takes the second approach. The core primitive in Spark Streaming is the discretized stream, or DStream. A DStream is a sequence of mini-batches, where each mini-batch is represented as a Spark RDD:

A DStream is defined by its input source ...
Read now
Unlock full access