Question
What is the default conceptual partitioning rule in many MapReduce jobs?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Hash the key and take the result modulo the number of reducers
Explanation:
Hash partitioning spreads keys while preserving key grouping.
Skewed key frequencies can still produce uneven reducer workloads.
Leave a Reply