Big Data – codewindow.in
Related Topics Big Data Question 102 Describe the process of data sorting in MapReduce? Answer In MapReduce, data sorting is a critical step in the shuffling process that occurs between the map and reduce phases. Here’s how data sorting works in MapReduce: Mapping: Each input record is processed by a map task, which produces a […]