public abstract static class Aggregators.SimpleAggregator<T> extends Object implements Aggregator<T>
Constructor and Description |
---|
SimpleAggregator() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.hadoop.conf.Configuration conf)
Perform any setup of this instance that is required prior to processing
inputs.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
reset, results, update
public void initialize(org.apache.hadoop.conf.Configuration conf)
Aggregator
initialize
in interface Aggregator<T>
conf
- Hadoop configurationCopyright © 2016 The Apache Software Foundation. All rights reserved.