public class TaskAttemptTooManyFetchFailureEvent extends TaskAttemptEvent
| Constructor and Description | 
|---|
| TaskAttemptTooManyFetchFailureEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptId,
                                   org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId reduceId,
                                   String reduceHost)Create a new TaskAttemptTooManyFetchFailureEvent. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getReduceHost() | 
| org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId | getReduceId() | 
getTaskAttemptIDpublic TaskAttemptTooManyFetchFailureEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptId,
                                           org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId reduceId,
                                           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.public org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId getReduceId()
public String getReduceHost()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.