@InterfaceAudience.Private public class ReduceProcessor extends MRTask
committer, jobConf, jobContext, jobTokenSecret, mrReporter, processorContext, progress, taskAttemptContext, taskAttemptId, useNewApi
Constructor and Description |
---|
ReduceProcessor(org.apache.tez.runtime.api.ProcessorContext processorContext) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
handleEvents(List<org.apache.tez.runtime.api.Event> processorEvents) |
void |
localizeConfiguration(org.apache.hadoop.mapred.JobConf jobConf) |
void |
run(Map<String,org.apache.tez.runtime.api.LogicalInput> inputs,
Map<String,org.apache.tez.runtime.api.LogicalOutput> outputs) |
createReduceContext, done, getConf, getCounters, getFsStatistics, getJobContext, getMRReporter, getOutputName, getTaskAttemptContext, getTaskAttemptId, getUmbilical, initialize, initTask, normalizeStatus, setConf, statusUpdate, taskCleanup, waitBeforeCompletion
public ReduceProcessor(org.apache.tez.runtime.api.ProcessorContext processorContext)
public void handleEvents(List<org.apache.tez.runtime.api.Event> processorEvents)
public void close() throws IOException
IOException
public void run(Map<String,org.apache.tez.runtime.api.LogicalInput> inputs, Map<String,org.apache.tez.runtime.api.LogicalOutput> outputs) throws Exception
Exception
public void localizeConfiguration(org.apache.hadoop.mapred.JobConf jobConf) throws IOException, InterruptedException
localizeConfiguration
in class MRTask
IOException
InterruptedException
Copyright © 2016 Apache Software Foundation. All rights reserved.