Describe different transformations in dstream in apache spark streaming?
Answer Posted / Swati Kumari
Transformations in DStream (DataStream) in Apache Spark Streaming include map, filter, flatMap, reduceByKey, join, aggregateByKey, window, and countByValue. These transformations allow for various data manipulations like data filtering, aggregation, joining, and windowing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers