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

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

Uses of SequenceFileInputFormat in org.apache.hadoop.mapred
 

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



Copyright © 2006 The Apache Software Foundation