1.

Users can control which keys (and hence records) go to which Reducer by implementing a custom?(a) Partitioner(b) OutputSplit(c) Reporter(d) All of the mentionedThe question was posed to me by my college professor while I was bunking the class.My question is based upon Mapreduce Development topic in chapter Developing a MapReduce Application of Hadoop

Answer»

Right OPTION is (a) Partitioner

The best explanation: Users can CONTROL the GROUPING by specifying a Comparator via JobConf.setOutputKeyComparatorClass(Class).



Discussion

No Comment Found

Related InterviewSolutions