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 InputFormatBase
          A base class for InputFormat.
 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()
           
 

Uses of InputFormat in org.apache.hadoop.streaming
 

Classes in org.apache.hadoop.streaming that implement InputFormat
 class MergerInputFormat
          Eventually will be fed TupleInputFormats.
 class StreamInputFormat
          An input format that performs globbing on DFS paths and selects a RecordReader based on a JobConf property.
 class TupleInputFormat
           
 

Methods in org.apache.hadoop.streaming with parameters of type InputFormat
 void TupleInputFormat.addSecondary(InputFormat fmt)
           
 void TupleInputFormat.setPrimary(InputFormat fmt)
           
 



Copyright © 2006 The Apache Software Foundation