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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

voidaddInputPath(JobConf conf, Path path)
Add a Path to the list of inputs for the map-reduce job.
voidaddInputPaths(JobConf conf, String commaSeparatedPaths)
Add the given comma separated paths to the list of inputs for the map-reduce job.
Path[]getInputPaths(JobConf conf)
Get the list of input Path s for the map-reduce job.
RecordReadergetRecordReader(InputSplit split, JobConf job, Reporter reporter)
InputSplit[]getSplits(JobConf job, int numSplits)
Splits files returned by #listStatus(JobConf) when they're too big.
voidsetInputPathFilter(JobConf conf, Class filter)
Set a PathFilter to be applied to the input paths for the map-reduce job.
voidsetInputPaths(JobConf conf, String commaSeparatedPaths)
Sets the given comma separated paths as the list of inputs for the map-reduce job.
voidsetInputPaths(JobConf conf, Path... inputPaths)
Set the array of Path s as the list of inputs for the map-reduce job.