adspace
Answer Posted / Shashi Kant Mishra
A RecordReader in Hadoop is an abstraction for reading data from various input sources (e.g., text files, databases). It provides the MapReduce framework with key-value pairs, where the key is usually the offset within the file and the value is the actual data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers