InterviewSolution
Saved Bookmarks
| 1. |
__________ is a generalization of the facility provided by the MapReduce framework to collect data output by the Mapper or the Reducer.(a) Partitioner(b) OutputCollector(c) Reporter(d) All of the mentionedI have been asked this question by my school principal while I was bunking the class.My query is from Analyzing Data with Hadoop in chapter Mapreduce of Hadoop |
|
Answer» The correct choice is (B) OutputCollector |
|