|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.conf.Configured org.apache.avro.mapred.AvroReducer<K,V,OUT>
public class AvroReducer<K,V,OUT>
A reducer for Avro data.
Applications should subclass this class and pass their subclass to AvroJob.setReducerClass(JobConf, Class)
and perhaps AvroJob.setCombinerClass(JobConf, Class)
.
Subclasses override reduce(Object, Iterable, AvroCollector, Reporter)
.
Constructor Summary | |
---|---|
AvroReducer()
|
Method Summary | |
---|---|
void |
close()
Subclasses can override this as desired. |
void |
configure(JobConf jobConf)
Subclasses can override this as desired. |
void |
reduce(K key,
Iterable<V> values,
AvroCollector<OUT> collector,
Reporter reporter)
Called with all map output values with a given key. |
Methods inherited from class org.apache.hadoop.conf.Configured |
---|
getConf, setConf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvroReducer()
Method Detail |
---|
public void reduce(K key, Iterable<V> values, AvroCollector<OUT> collector, Reporter reporter) throws IOException
Pair
instances.
IOException
public void close() throws IOException
close
in interface Closeable
IOException
public void configure(JobConf jobConf)
configure
in interface JobConfigurable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |