Question
What is a distinct-values pattern?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Producing each unique key or value once
Explanation:
The shuffle groups duplicate occurrences under the same key.
A reducer can emit one result per distinct group.
Leave a Reply