Answer Posted / Rajeev Kumar Singh
DStream (Data Stream) in Spark is a sequence of resilient distributed datasets (RDDs) that undergo batch and streaming computations. It represents an unbounded stream of data, unlike RDD which represents a dataset with bounded data. DStreams can be processed using high-level transformations like map, filter, reduceByKey, and window functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers