Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.task.reduce |
Modifier and Type | Field and Description |
---|---|
static TaskCompletionEvent[] |
TaskCompletionEvent.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
static TaskCompletionEvent |
TaskCompletionEvent.downgrade(TaskCompletionEvent event) |
TaskCompletionEvent[] |
MapTaskCompletionEventsUpdate.getMapTaskCompletionEvents() |
TaskCompletionEvent[] |
RunningJob.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks.
|
Constructor and Description |
---|
MapTaskCompletionEventsUpdate(TaskCompletionEvent[] events,
boolean reset) |
Modifier and Type | Method and Description |
---|---|
TaskCompletionEvent[] |
Job.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
ShuffleSchedulerImpl.resolve(TaskCompletionEvent event) |
void |
ShuffleScheduler.resolve(TaskCompletionEvent tce)
Interpret a
TaskCompletionEvent from the event stream. |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.