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.combineByKey
¶
DStream.
combineByKey
(
createCombiner
,
mergeValue
,
mergeCombiners
,
numPartitions
=
None
)
[source]
¶
Return a new DStream by applying combineByKey to each RDD.
pyspark.streaming.DStream.cogroup
pyspark.streaming.DStream.context