Getting Started
User Guide
API Reference
Development
Migration Guide
Spark SQL
Structured Streaming
MLlib (DataFrame-based)
Spark Streaming
MLlib (RDD-based)
Spark Core
Resource Management
pyspark.streaming.DStream.persist
¶
DStream.
persist
(
storageLevel
)
[source]
¶
Persist the RDDs of this DStream with the given storage level
pyspark.streaming.DStream.partitionBy
pyspark.streaming.DStream.reduce