官术网_书友最值得收藏!

The RecordReader class

Unlike InputSplit, the RecordReader class presents a record view of the data to the Map task. RecordReader works within each InputSplit class and generates records from the data in the form of key-value pairs. The InputSplit boundary is a guideline for RecordReader and is not enforced. On one extreme, a custom RecordReader class can be written to read an entire file (though this is not encouraged). Most often, a RecordReader class will have to read from a subsequent InputSplit class to present the complete record to the Map task. This happens when records overlap InputSplit classes.

The reading of bytes from a subsequent InputSplit class happens via the FSDataInputS tream objects. Though this reading does not respect locality in itself, generally, it gathers only a few bytes from the next split and there is not a significant performance overhead. But in some cases where record sizes are huge, this can have a bearing on the performance due to significant byte transfers across nodes.

In the following diagram, a file with two HDFS blocks has the record R5 spanning both blocks. It is assumed that the minimum split size is less than the block size. In this case, RecordReader is going to gather the complete record by reading bytes off the next block of data.

The RecordReader class

File with two blocks and record R5 spanning blocks

主站蜘蛛池模板: 余干县| 襄垣县| 东乌珠穆沁旗| 禹州市| 腾冲县| 隆子县| 宣恩县| 河东区| 保康县| 西青区| 乾安县| 津市市| 蓝山县| 阜新| 通城县| 祥云县| 乌鲁木齐县| 长武县| 慈利县| 焦作市| 班玛县| 屏南县| 报价| 吐鲁番市| 汨罗市| 新干县| 柳林县| 托克逊县| 平果县| 和龙市| 静海县| 咸阳市| 宁海县| 洛南县| 建平县| 兴化市| 西平县| 繁昌县| 尉氏县| 云林县| 永寿县|