TaskAttemptId
represents the unique identifier for a task attempt. Each task attempt is one particular instance of a Map or Reduce Task identified by its TaskId.
TaskAttemptId consists of 2 parts. First part is the TaskId
, that this TaskAttemptId
belongs to. Second part is the task attempt number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|