Question
What does join do on two pair RDDs?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Combines values having the same key
Explanation:
A standard join returns each key with pairs of matching values.
It usually requires compatible partitioning or a shuffle.
Leave a Reply