Answer Posted / Alok Shukla
"Spark Streaming is an extension of the Spark API that enables processing of live data streams. It does this by dividing the stream into batches and treating each batch as a DStream (Discretized Stream), which can then be transformed and analyzed using Spark's core functionality. Spark Streaming supports various sources like Kafka, Twitter, TCP sockets, and more.".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers