public static class Demux.ReduceClass extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Reducer<ChukwaRecordKey,ChukwaRecord,ChukwaRecordKey,ChukwaRecord>
Constructor and Description |
---|
Demux.ReduceClass() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.apache.hadoop.mapred.JobConf jobConf) |
void |
reduce(ChukwaRecordKey key,
Iterator<ChukwaRecord> values,
org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output,
org.apache.hadoop.mapred.Reporter reporter) |
public void configure(org.apache.hadoop.mapred.JobConf jobConf)
configure
in interface org.apache.hadoop.mapred.JobConfigurable
configure
in class org.apache.hadoop.mapred.MapReduceBase
public void reduce(ChukwaRecordKey key, Iterator<ChukwaRecord> values, org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output, org.apache.hadoop.mapred.Reporter reporter) throws IOException
reduce
in interface org.apache.hadoop.mapred.Reducer<ChukwaRecordKey,ChukwaRecord,ChukwaRecordKey,ChukwaRecord>
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.