Answer Posted / Pallavi Saxena
"DStream": A continuous stream of data, where each record has a timestamp. DStream is a key abstraction provided by Apache Spark's Streaming API for processing real-time data streams, such as live Twitter feeds or network logs. It enables the processing of streaming data in micro-batches with a configurable duration called the batch interval."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers