DStream.
leftOuterJoin
Return a new DStream by applying ‘left outer join’ between RDDs of this DStream and other DStream.
Hash partitioning is used to generate the RDDs with numPartitions partitions.
previous
pyspark.streaming.DStream.join
next
pyspark.streaming.DStream.map