Uses of Class
org.apache.hadoop.mapred.InputFormatBase

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

Uses of InputFormatBase in org.apache.hadoop.mapred
 

Subclasses of InputFormatBase in org.apache.hadoop.mapred
 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.
 

Uses of InputFormatBase in org.apache.hadoop.streaming
 

Subclasses of InputFormatBase in org.apache.hadoop.streaming
 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
           
 



Copyright © 2006 The Apache Software Foundation