Google News
logo
Hadoop - Interview Questions
How Hadoop MapReduce works?
In MapReduce, during the map phase, it counts the words in each document, while in the reduce phase it aggregates the data as per the document spanning the entire collection. During the map phase, the input data is divided into splits for analysis by map tasks running in parallel across Hadoop framework.
Advertisement