Java org.apache.hadoop.mapreduce.lib.input FileInputFormat fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.mapreduce.lib.input.FileInputFormat has subclasses.
Click this link to see all its subclasses.

Field

Method

voidaddInputPath(Job job, Path path)
Add a Path to the list of inputs for the map-reduce job.
voidaddInputPaths(Job job, String commaSeparatedPaths)
Add the given comma separated paths to the list of inputs for the map-reduce job.
booleangetInputDirRecursive(JobContext job)
Path[]getInputPaths(JobContext context)
Get the list of input Path s for the map-reduce job.
ListgetSplits(JobContext job)
Generate the list of files and make them into FileSplits.
voidsetInputDirRecursive(Job job, boolean inputDirRecursive)
voidsetInputPathFilter(Job job, Class filter)
Set a PathFilter to be applied to the input paths for the map-reduce job.
voidsetInputPaths(Job job, String commaSeparatedPaths)
Sets the given comma separated paths as the list of inputs for the map-reduce job.
voidsetInputPaths(Job job, Path... inputPaths)
Set the array of Path s as the list of inputs for the map-reduce job.
voidsetMaxInputSplitSize(Job job, long size)
Set the maximum split size
voidsetMinInputSplitSize(Job job, long size)
Set the minimum input split size