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

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

主站蜘蛛池模板: 邹城市| 永州市| 河间市| 旺苍县| 尉犁县| 伊宁县| 石泉县| 姚安县| 浦县| 离岛区| 屯留县| 法库县| 财经| 武安市| 凤阳县| 临沭县| 临泉县| 库车县| 宜章县| 明水县| 图木舒克市| 会宁县| 建水县| 库尔勒市| 文山县| 镇江市| 青龙| 商丘市| 楚雄市| 巴林左旗| 西盟| 佳木斯市| 凉城县| 扶绥县| 奉贤区| 花垣县| 谢通门县| 竹溪县| 白山市| 永定县| 巫山县|