Hi, all

Suppose I have a RDD of (K, V) tuple and I do groupBy on it with the key K.

My question is how to make each groupBy resukt whick is (K, iterable[V]) a RDD.

BTW, can we transform it as a DStream and also each groupBY result is a RDD in 
it?

Best Regards,
Kevin.

Reply via email to