Java org.apache.hadoop.mapred.lib NLineInputFormat fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred.lib NLineInputFormat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred.lib NLineInputFormat.

The text is from its open source code.

Subclass

org.apache.hadoop.mapred.lib.NLineInputFormat has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidconfigure(JobConf conf)
RecordReadergetRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter)
InputSplit[]getSplits(JobConf job, int numSplits)
Logically splits the set of input files for the job, splits N lines of the input as one split.