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

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

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

Subclasses of HiveInputFormat in org.apache.hadoop.hive.ql.index
 class HiveIndexedInputFormat
          Input format for doing queries that use indexes.
 

Uses of HiveInputFormat in org.apache.hadoop.hive.ql.index.compact
 

Subclasses of HiveInputFormat in org.apache.hadoop.hive.ql.index.compact
 class HiveCompactIndexInputFormat
           
 

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 © 2012 The Apache Software Foundation