Spark Streaming Programming Guide
Spark Streaming is an extension of the core Spark API that enables scalable, high-throughput, fault-tolerant stream processing of live data streams. Data can be ingested from many sources like Kafka, Flume, Twitter, ZeroMQ, Kinesis or TCP sockets can be processed using complex algorithms expressed with high-level functions like
map,reduce,joinandwindow. Finally, processed data can be pushed out to filesystems, databases, and live dashboards.
source:
$link[host]
Read Original Source