Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • task id: TaskID object.
    • startTime: System.currentTimeMillis()
    • partition: The _i_th numBSPTasks
    • RawSplit: The _i_th RawSplit if RawSplit not null
    • SuccessfulTaskId: Set when TaskInProgress.completed() is called. TODO: isSuccessful
    • firstTaskId: The first task id.
    • currentTaskId:
    • TaskStatus:
      • Phase: Denote at which phase current task is. See Task Phase below.
      • State: Denote the current state the task is. See Task State below.

...