public class PipeMapRunner<K1,V1,K2,V2> extends MapRunner<K1,V1,K2,V2>
| Constructor and Description |
|---|
PipeMapRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(RecordReader<K1,V1> input,
OutputCollector<K2,V2> output,
Reporter reporter)
Start mapping input <key, value> pairs.
|
public void run(RecordReader<K1,V1> input, OutputCollector<K2,V2> output, Reporter reporter) throws IOException
MapRunnableMapping of input records to output records is complete when this method returns.
run in interface MapRunnable<K1,V1,K2,V2>run in class MapRunner<K1,V1,K2,V2>input - the RecordReader to read the input records.output - the OutputCollector to collect the outputrecords.reporter - Reporter to report progress, status-updates etc.IOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.