org.apache.hadoop.hive.shims
Interface HadoopShims.CombineFileInputFormatShim<K,V>

Type Parameters:
K -
V -
Enclosing interface:
HadoopShims

public static interface HadoopShims.CombineFileInputFormatShim<K,V>

CombineFileInputFormatShim.


Method Summary
 void createPool(JobConf conf, PathFilter... filters)
           
 Path[] getInputPathsShim(JobConf conf)
           
 HadoopShims.InputSplitShim getInputSplitShim()
           
 RecordReader getRecordReader(JobConf job, HadoopShims.InputSplitShim split, Reporter reporter, Class<> rrClass)
           
 HadoopShims.InputSplitShim[] getSplits(JobConf job, int numSplits)
           
 

Method Detail

getInputPathsShim

Path[] getInputPathsShim(JobConf conf)

createPool

void createPool(JobConf conf,
                PathFilter... filters)

getSplits

HadoopShims.InputSplitShim[] getSplits(JobConf job,
                                       int numSplits)
                                       throws IOException
Throws:
IOException

getInputSplitShim

HadoopShims.InputSplitShim getInputSplitShim()
                                             throws IOException
Throws:
IOException

getRecordReader

RecordReader getRecordReader(JobConf job,
                             HadoopShims.InputSplitShim split,
                             Reporter reporter,
                             Class<> rrClass)
                             throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation