Uses of Interface
org.apache.hadoop.mapred.InputFormat

Packages that use InputFormat
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.streaming   
 

Uses of InputFormat in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement InputFormat
 class FileInputFormat
          A base class for InputFormat.
 class InputFormatBase
          Deprecated. replaced by FileInputFormat
 class KeyValueTextInputFormat
          An InputFormat for plain text files.
 class SequenceFileAsTextInputFormat
          This class is similar to SequenceFileInputFormat, except it generates SequenceFileAsTextRecordReader which converts the input keys and values to their String forms by calling toString() method.
 class SequenceFileInputFilter
          A class that allows a map/red job to work on a sample of sequence files.
 class SequenceFileInputFormat
          An InputFormat for SequenceFiles.
 class TextInputFormat
          An InputFormat for plain text files.
 

Methods in org.apache.hadoop.mapred that return InputFormat
 InputFormat JobConf.getInputFormat()
           
 

Method parameters in org.apache.hadoop.mapred with type arguments of type InputFormat
 void JobConf.setInputFormat(Class<? extends InputFormat> theClass)
           
 

Uses of InputFormat in org.apache.hadoop.streaming
 

Classes in org.apache.hadoop.streaming that implement InputFormat
 class StreamInputFormat
          An input format that selects a RecordReader based on a JobConf property.
 



Copyright © 2006 The Apache Software Foundation