We know that prior to Mapper phase the files are split and the RecordReader starts working to emit a input to the Mapper. My question is whether the reducer uses a RecordReader class to read the data emitted by the mapper?
because reducer takes input too!! Please Explain!!!
Overview of the mapreduce steps is as follows
Reducer does not use record reader...