Class BinaryBlockRecordReader

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.hadoop.mapred.RecordReader<MatrixIndexes,​MatrixBlock>

    public class BinaryBlockRecordReader
    extends org.apache.hadoop.mapred.SequenceFileRecordReader<MatrixIndexes,​MatrixBlock>
    Custom record reader for binary block. Currently its only purpose is to allow for detailed profiling of overall read time (io, deserialize, decompress). NOTE: not used by default.