public class HiveIndexedInputFormat extends HiveInputFormat
HiveInputFormat.HiveInputSplit
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
l4j |
mrwork, pathToPartitionInfo
Constructor and Description |
---|
HiveIndexedInputFormat() |
HiveIndexedInputFormat(String indexFileName) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapred.InputSplit[] |
doGetSplits(org.apache.hadoop.mapred.JobConf job,
int numSplits) |
static List<String> |
getIndexFiles(String indexFileStr) |
org.apache.hadoop.mapred.InputSplit[] |
getSplits(org.apache.hadoop.mapred.JobConf job,
int numSplits) |
configure, getInputFormatFromCache, getPartitionDescFromPath, getRecordReader, init, pushFilters, pushProjectionsAndFilters, pushProjectionsAndFilters
public HiveIndexedInputFormat()
public HiveIndexedInputFormat(String indexFileName)
public org.apache.hadoop.mapred.InputSplit[] doGetSplits(org.apache.hadoop.mapred.JobConf job, int numSplits) throws IOException
IOException
public org.apache.hadoop.mapred.InputSplit[] getSplits(org.apache.hadoop.mapred.JobConf job, int numSplits) throws IOException
getSplits
in interface org.apache.hadoop.mapred.InputFormat
getSplits
in class HiveInputFormat
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.