Mapreduce Programming Model - Study Mode
[#56] What is the function of the MapReduce "Shuffle" phase?
Correct Answer
(C) Data sorting and grouping
[#57] What does the term "Combiner" represent in the context of MapReduce?
Correct Answer
(B) Combine intermediate key-value pairs on the mapper side
[#58] What does the MapReduce "Reducer" function do?
Correct Answer
(C) Aggregate values
[#59] What is the role of the Hadoop JobTracker in MapReduce?
Correct Answer
(B) Manages task execution in MapReduce jobs
[#60] What is the significance of the MapReduce "Map" phase?
Correct Answer
(B) Process input key-value pairs