InterviewSolution
Saved Bookmarks
| 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 |
|