task_200707121733_0003_m_000005
, which represents the fifth map task in the third job running at the jobtracker started at 200707121733
. Applications should never construct or parse TaskID strings , but rather use appropriate constructors or {@link #forName(String)} method. @see JobID @see TaskAttemptID
task_200707121733_0003_m_000005
, which represents the fifth map task in the third job running at the jobtracker started at 200707121733
. Applications should never construct or parse TaskID strings , but rather use appropriate constructors or {@link #forName(String)} method. @see JobID @see TaskAttemptID
TaskId
represents the unique identifier for a Map or Reduce Task.
TaskId consists of 3 parts. First part is JobId
, that this Task belongs to. Second part of the TaskId is either 'm' or 'r' representing whether the task is a map task or a reduce task. And the third part is the task number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|