InterviewSolution
Saved Bookmarks
| 1. |
Reducer is input the grouped output of a ____________(a) Mapper(b) Reducer(c) Writable(d) Readable |
|
Answer» Correct answer is (a) Mapper To explain I would say: In the phase the framework, for each Reducer, fetches the relevant partition of the output of all the Mappers, via HTTP. |
|