For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transformations on DStreams

Transformations on DStreams

Similar to that of RDDs, transformations allow the data from the input DStream to be modified. DStreams support many of the transformations available on normal Spark RDDโ€™s. Some of the common ones are as following list of methods.

Last updated