org.apache.hadoop.chukwa.extraction.demux.processor.reducer
Class JobLogHistoryReduceProcessor

java.lang.Object
  extended by org.apache.hadoop.chukwa.extraction.demux.processor.reducer.JobLogHistoryReduceProcessor
All Implemented Interfaces:
ReduceProcessor

public class JobLogHistoryReduceProcessor
extends Object
implements ReduceProcessor


Constructor Summary
JobLogHistoryReduceProcessor()
           
 
Method Summary
 String getDataType()
           
 void process(ChukwaRecordKey key, Iterator<ChukwaRecord> values, org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output, org.apache.hadoop.mapred.Reporter reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobLogHistoryReduceProcessor

public JobLogHistoryReduceProcessor()
Method Detail

getDataType

public String getDataType()
Specified by:
getDataType in interface ReduceProcessor

process

public void process(ChukwaRecordKey key,
                    Iterator<ChukwaRecord> values,
                    org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output,
                    org.apache.hadoop.mapred.Reporter reporter)
Specified by:
process in interface ReduceProcessor


Copyright © ${year} The Apache Software Foundation