@InterfaceAudience.Public
@InterfaceStability.Evolving
public class TezGroupedSplitsInputFormat<K,V>
extends org.apache.hadoop.mapreduce.InputFormat<K,V>
implements org.apache.hadoop.conf.Configurable
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TezGroupedSplitsInputFormat.TezGroupedSplitsRecordReader  | 
| Constructor and Description | 
|---|
TezGroupedSplitsInputFormat()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.hadoop.mapreduce.RecordReader<K,V> | 
createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
                  org.apache.hadoop.mapreduce.TaskAttemptContext context)  | 
org.apache.hadoop.conf.Configuration | 
getConf()  | 
List<org.apache.hadoop.mapreduce.InputSplit> | 
getSplits(org.apache.hadoop.mapreduce.JobContext context)  | 
void | 
setConf(org.apache.hadoop.conf.Configuration conf)  | 
void | 
setDesiredNumberOfSplits(int num)  | 
void | 
setInputFormat(org.apache.hadoop.mapreduce.InputFormat<K,V> wrappedInputFormat)  | 
public void setInputFormat(org.apache.hadoop.mapreduce.InputFormat<K,V> wrappedInputFormat)
public void setDesiredNumberOfSplits(int num)
public List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext context) throws IOException, InterruptedException
getSplits in class org.apache.hadoop.mapreduce.InputFormat<K,V>IOExceptionInterruptedExceptionpublic org.apache.hadoop.mapreduce.RecordReader<K,V> createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
createRecordReader in class org.apache.hadoop.mapreduce.InputFormat<K,V>IOExceptionInterruptedExceptionpublic void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.ConfigurableCopyright © 2015 Apache Software Foundation. All rights reserved.