Question
What is a total-order sort?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A globally sorted dataset divided into nonoverlapping ordered reducer ranges
Explanation:
Range partitioning ensures reducer outputs cover consecutive key intervals.
Concatenating part files in reducer order yields global order.
Leave a Reply