cogroup(otherStream, [numTasks])
cogroup(otherStream, [numTasks])
inputStream.cogroup(inputStream)
/*
res5: org.apache.spark.streaming.dstream.DStream[(Int, (Iterable[Int], Iterable[Int]))] = org.apache.spark.streaming.dstream.TransformedDStream@2423d020
*/Last updated