@InterfaceAudience.Private @InterfaceStability.Unstable protected static class Task.NewCombinerRunner<K,V> extends Task.CombinerRunner<K,V>
inputCounter, job, reporter
Modifier and Type | Method and Description |
---|---|
void |
combine(RawKeyValueIterator iterator,
OutputCollector<K,V> collector)
Run the combiner over a set of inputs.
|
create
public void combine(RawKeyValueIterator iterator, OutputCollector<K,V> collector) throws IOException, InterruptedException, ClassNotFoundException
Task.CombinerRunner
combine
in class Task.CombinerRunner<K,V>
iterator
- the key/value pairs to use as inputcollector
- the output collectorIOException
InterruptedException
ClassNotFoundException
Copyright © 2020 Apache Software Foundation. All rights reserved.