Example usage for org.apache.hadoop.mapred SequenceFileRecordReader subclass-usage

List of usage examples for org.apache.hadoop.mapred SequenceFileRecordReader subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred SequenceFileRecordReader subclass-usage.

Usage

From source file com.ibm.bi.dml.runtime.util.BinaryBlockRecordReader.java

/**
 * 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.
 */

From source file org.apache.sysml.runtime.util.BinaryBlockRecordReader.java

/**
 * 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.
 */