Example usage for org.apache.hadoop.mapreduce.lib.input LineRecordReader subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.lib.input LineRecordReader subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce.lib.input LineRecordReader subclass-usage.

Usage

From source file org.gestore.hadoop.LongRecordReader.java

/**
 * Read arbitrary records from file.
 * Based on LineRecordReader
 * Returns only complete lines
 */
public class LongRecordReader extends LineRecordReader {