Uses of Class
org.apache.hadoop.mapreduce.lib.input.CombineFileInputFormat

Packages that use CombineFileInputFormat
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
 

Uses of CombineFileInputFormat in org.apache.hadoop.examples
 

Subclasses of CombineFileInputFormat in org.apache.hadoop.examples
static class MultiFileWordCount.MyInputFormat
          To use CombineFileInputFormat, one should extend it, to return a (custom) RecordReader.
 

Uses of CombineFileInputFormat in org.apache.hadoop.mapred.lib
 

Subclasses of CombineFileInputFormat in org.apache.hadoop.mapred.lib
 class CombineFileInputFormat<K,V>
          An abstract InputFormat that returns CombineFileSplit's in InputFormat.getSplits(JobConf, int) method.
 



Copyright © 2009 The Apache Software Foundation