Uses of Package
org.apache.hadoop.mapreduce.lib.input

Packages that use org.apache.hadoop.mapreduce.lib.input
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.examples.terasort This package consists of 3 map/reduce applications for Hadoop to compete in the annual terabyte sort competition. 
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
org.apache.hadoop.mapreduce.lib.input   
 

Classes in org.apache.hadoop.mapreduce.lib.input used by org.apache.hadoop.examples
CombineFileInputFormat
          An abstract InputFormat that returns CombineFileSplit's in InputFormat.getSplits(JobContext) method.
CombineFileSplit
          A sub-collection of input files.
FileInputFormat
          A base class for file-based InputFormats.
 

Classes in org.apache.hadoop.mapreduce.lib.input used by org.apache.hadoop.examples.terasort
FileInputFormat
          A base class for file-based InputFormats.
FileSplit
          A section of an input file.
 

Classes in org.apache.hadoop.mapreduce.lib.input used by org.apache.hadoop.mapred
CombineFileSplit
          A sub-collection of input files.
FileSplit
          A section of an input file.
SequenceFileInputFilter.Filter
          filter interface
SequenceFileInputFilter.FilterBase
          base class for Filters
 

Classes in org.apache.hadoop.mapreduce.lib.input used by org.apache.hadoop.mapred.lib
CombineFileInputFormat
          An abstract InputFormat that returns CombineFileSplit's in InputFormat.getSplits(JobContext) method.
CombineFileSplit
          A sub-collection of input files.
 

Classes in org.apache.hadoop.mapreduce.lib.input used by org.apache.hadoop.mapreduce.lib.input
CombineFileSplit
          A sub-collection of input files.
FileInputFormat
          A base class for file-based InputFormats.
FileSplit
          A section of an input file.
SequenceFileInputFilter.Filter
          filter interface
SequenceFileInputFilter.FilterBase
          base class for Filters
SequenceFileInputFormat
          An InputFormat for SequenceFiles.
 



Copyright © 2009 The Apache Software Foundation