MapFileRecordWriter and
MapFileSequenceRecordWriter.MapFileReaderIndexToKey that assumes (strictly requires) keys that are
LongWritable values, where all values are both unique and contiguous (0 to numRecords()-1)MapFile.Reader, used in MapFileRecordReader and MapFileSequenceRecordReader
Note: This also handles multiple map files, such as the output from Spark, which gives a set of map files
in directories like /part-r-00000, /part-r-00001LongWritable
valuesLongWritable valuesIndexToKey instance to
handle MapFile keysMapFileRecordReaderLongWritable
valuesLongWritable valuesIndexToKey instance to
handle MapFile keysMapFileSequenceRecordReaderIndexToKey instanceCopyright © 2017. All rights reserved.