org.apache.hadoop.hive.ql.index.compact
Class HiveCompactIndexInputFormat

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.HiveInputFormat
      extended by org.apache.hadoop.hive.ql.index.compact.HiveCompactIndexInputFormat
All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat, org.apache.hadoop.mapred.JobConfigurable

public class HiveCompactIndexInputFormat
extends HiveInputFormat


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.io.HiveInputFormat
HiveInputFormat.HiveInputSplit
 
Field Summary
static org.apache.commons.logging.Log l4j
           
 
Fields inherited from class org.apache.hadoop.hive.ql.io.HiveInputFormat
inputFormats, LOG, pathToPartitionInfo
 
Constructor Summary
HiveCompactIndexInputFormat()
           
 
Method Summary
 org.apache.hadoop.mapred.InputSplit[] doGetSplits(org.apache.hadoop.mapred.JobConf job, int numSplits)
           
 org.apache.hadoop.mapred.InputSplit[] getSplits(org.apache.hadoop.mapred.JobConf job, int numSplits)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.io.HiveInputFormat
configure, getInputFormatFromCache, getPartitionDescFromPath, getRecordReader, init, pushFilters, pushProjectionsAndFilters, pushProjectionsAndFilters, validateInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l4j

public static final org.apache.commons.logging.Log l4j
Constructor Detail

HiveCompactIndexInputFormat

public HiveCompactIndexInputFormat()
Method Detail

doGetSplits

public org.apache.hadoop.mapred.InputSplit[] doGetSplits(org.apache.hadoop.mapred.JobConf job,
                                                         int numSplits)
                                                  throws IOException
Throws:
IOException

getSplits

public org.apache.hadoop.mapred.InputSplit[] getSplits(org.apache.hadoop.mapred.JobConf job,
                                                       int numSplits)
                                                throws IOException
Specified by:
getSplits in interface org.apache.hadoop.mapred.InputFormat
Overrides:
getSplits in class HiveInputFormat
Throws:
IOException


Copyright © 2011 The Apache Software Foundation