Example usage for org.apache.hadoop.util LineReader subclass-usage

List of usage examples for org.apache.hadoop.util LineReader subclass-usage

Introduction

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

Usage

From source file org.bgi.flexlab.gaea.data.mapreduce.input.header.HdfsLineReader.java

public class HdfsLineReader extends LineReader {

    public HdfsLineReader(InputStream in, Configuration conf) throws IOException {
        super(in, conf);
    }
}