Explain about the different types of transformations on DStreams?
Answer Posted / Pulkit Sharma
Apache Spark Streaming offers various types of transformations on DStreams. They include Transformations like map(), filter(), flatMap(), reduce(), and window(). These transformations can be chained together to create complex data processing pipelines. Another type is the updateStateByKey() operation, which updates a State object associated with each key in the RDD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers