Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "JobInformation" page has been changed by ChiaHungLin: https://wiki.apache.org/hama/JobInformation?action=diff&rev1=38&rev2=39 * taskId: TaskID. Id of a task. * attemptId: TaskAttemptID. AttemptId for a task. * status: 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. + * Phase: SETUP, COMPUTE, BARRIER_SYNC, CLEANUP + * State: RUNNING, SUCCEEDED, FAILED, KILLED * completed: Boolean. if a task is completed/ succeed. default to false. * groom: String. On which groom a task runs. * startTime: System.currentTimeMillis(). default -1.
