Question : In the MapReduce job, map() method of the Mapper is called for each key-value pairs. Now this key-value pair are collected together and sent toString
Correct Answer : Get Lastest Questions and Answer : Explanation: Each output the map() method will be sent to partitioner first based on their has key partition algorithm (default) and from there it will go to reducer.