org.apache.hadoop.yarn.event.Event<TaskAttemptEventType>public class TaskAttemptTooManyFetchFailureEvent extends TaskAttemptEvent
| Constructor | Description |
|---|---|
TaskAttemptTooManyFetchFailureEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptId,
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId reduceId,
java.lang.String reduceHost) |
Create a new TaskAttemptTooManyFetchFailureEvent.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getReduceHost() |
|
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId |
getReduceId() |
getTaskAttemptIDgetTimestamp, getType, toStringpublic TaskAttemptTooManyFetchFailureEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptId,
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId reduceId,
java.lang.String reduceHost)
attemptId - the id of the mapper task attemptreduceId - the id of the reporting reduce task attempt.reduceHost - the hostname of the reporting reduce task attempt.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.