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

Packages that use CombineFileInputFormat
org.apache.hadoop.mapred.lib   
org.apache.hadoop.mapreduce.lib.input   
 

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.
 

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

Subclasses of CombineFileInputFormat in org.apache.hadoop.mapreduce.lib.input
 class CombineSequenceFileInputFormat<K,V>
          Input format that is a CombineFileInputFormat-equivalent for SequenceFileInputFormat.
 class CombineTextInputFormat
          Input format that is a CombineFileInputFormat-equivalent for TextInputFormat.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.