public class TezGroupedSplitsInputFormat.TezGroupedSplitsRecordReader extends Object implements org.apache.hadoop.mapred.RecordReader<K,V>
Constructor and Description |
---|
TezGroupedSplitsInputFormat.TezGroupedSplitsRecordReader(TezGroupedSplit split,
org.apache.hadoop.mapred.JobConf job,
org.apache.hadoop.mapred.Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
K |
createKey() |
V |
createValue() |
long |
getPos() |
float |
getProgress() |
protected boolean |
initNextRecordReader() |
boolean |
next(K key,
V value) |
public TezGroupedSplitsInputFormat.TezGroupedSplitsRecordReader(TezGroupedSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter) throws IOException
IOException
public boolean next(K key, V value) throws IOException
next
in interface org.apache.hadoop.mapred.RecordReader<K,V>
IOException
public K createKey()
public V createValue()
public float getProgress() throws IOException
getProgress
in interface org.apache.hadoop.mapred.RecordReader<K,V>
IOException
public void close() throws IOException
close
in interface org.apache.hadoop.mapred.RecordReader<K,V>
IOException
protected boolean initNextRecordReader() throws IOException
IOException
public long getPos() throws IOException
getPos
in interface org.apache.hadoop.mapred.RecordReader<K,V>
IOException
Copyright © 2016 Apache Software Foundation. All rights reserved.