Example usage for org.apache.hadoop.mapred KeyValueLineRecordReader KeyValueLineRecordReader

List of usage examples for org.apache.hadoop.mapred KeyValueLineRecordReader KeyValueLineRecordReader

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred KeyValueLineRecordReader KeyValueLineRecordReader.

Prototype

public KeyValueLineRecordReader(Configuration job, FileSplit split) throws IOException 

Source Link

Usage

From source file:de.tudarmstadt.ukp.dkpro.bigdata.io.hadoop.GenericKeyValueLineRecordReader.java

License:Apache License

public GenericKeyValueLineRecordReader(FileSplit split, JobConf jobConf, Reporter reporter) throws IOException {
    lineReader = new KeyValueLineRecordReader(jobConf, split);
}