Hi,I try to understand groupByKey operations. Does the result of a given key resides in one machine. It seems to me that since the result is an RDD, multiple slaves may have different group of the same key? Also have similar question about reduceByKey.
And another question about reduce operation: this operation only run on the driver, right?
Thanks.
reduce assumes the function is communicative and associative