Question
Which operation is naturally safe for a combiner?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Summing counts for the same key
Explanation:
Addition is associative and commutative, so partial sums can be merged safely.
The same logic works whether aggregation occurs locally or only in reducers.
Leave a Reply