Question
What does a RecordReader do?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Converts an InputSplit into input key-value records for the mapper
Explanation:
The RecordReader interprets the bytes within a split.
For text input, it commonly emits byte offsets and lines.
Leave a Reply