Hi,
I have a RDD of key-value pairs. Now I want to find the "key" for which the
"values" has the largest number of elements. How should I do that?
Basically I want to select the key for which the number of items in values
is the largest.
Thank You

Reply via email to