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) |
public void run(RecordReader<K1,V1> input, OutputCollector<K2,V2> output, Reporter reporter) throws IOException
Copyright © 2018 CERN. All Rights Reserved.