Uses of Class
org.apache.hadoop.hive.ql.io.HiveInputFormat

Packages that use HiveInputFormat
org.apache.hadoop.hive.ql.io   
 

Uses of HiveInputFormat in org.apache.hadoop.hive.ql.io
 

Subclasses of HiveInputFormat in org.apache.hadoop.hive.ql.io
 class BucketizedHiveInputFormat<K extends WritableComparable,V extends Writable>
          BucketizedHiveInputFormat serves the similar function as hiveInputFormat but its getSplits() always group splits from one input file into one wrapper split.
 class CombineHiveInputFormat<K extends WritableComparable,V extends Writable>
          CombineHiveInputFormat is a parameterized InputFormat which looks at the path name and determine the correct InputFormat for that path name from mapredPlan.pathToPartitionInfo().
 



Copyright © 2010 The Apache Software Foundation