Package | Description |
---|---|
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.lib.input |
Modifier and Type | Method and Description |
---|---|
Class<? extends InputFormat<?,?>> |
JobContext.getInputFormatClass()
Get the
InputFormat class for the job. |
Modifier and Type | Method and Description |
---|---|
void |
Job.setInputFormatClass(Class<? extends InputFormat> cls)
Set the
InputFormat for the job. |
Modifier and Type | Class and Description |
---|---|
class |
FileInputFormat<K,V>
A base class for file-based
InputFormat s. |
class |
SequenceFileInputFormat<K,V>
An
InputFormat for SequenceFile s. |
class |
TextInputFormat
An
InputFormat for plain text files. |
Copyright © 2010 The Apache Software Foundation