adspace


Can you explain record reader?

Answer Posted / Jyoti Shrivastava

RecordReader is an input format-specific class in Hadoop that reads input data and generates key-value pairs for the Mapper. It's responsible for splitting the input file into InputSplits, reading each split, and returning the corresponding key-value pairs. Different input formats may have different implementations of RecordReader.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you set an arbitrary number of Reducers to be created for a job in Hadoop?

551


Which modes can Hadoop be run in? List a few features for each mode?

542


Give me the examples of Columnar database ?

669


How job tracker schedules an assignment?

496