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=14&rev2=15 * superstepCount: * StartTime * FinishTime - * numBSPTasks: the number of BSP tasks to be launched. + * numBSPTasks: The number of BSP tasks to be launched. * Tasks: Actual launched TaskInProgresses according to numBSPTasks. <<BR>> TODO: An object that holds multiple tasks execution including successful/ failed/ current task <<BR>> TODO: 2d array? <<BR>> * task id: * startTime: System.currentTimeMillis() - * partition: the ''i''th numBSPTasks + * partition: The ''i''th numBSPTasks - * RawSplit: the ''i''th RawSplit if RawSplit not null + * RawSplit: The ''i''th RawSplit if RawSplit not null - * SuccessfulTaskId: set when TaskInProgress.completed() is called. TODO: isSuccessful + * SuccessfulTaskId: Set when TaskInProgress.completed() is called. TODO: isSuccessful * currentTaskId: * TaskStatus: - * Phase: STARTING, COMPUTE, BARRIER_SYNC, CLEANUP - * State: RUNNING, SUCCEEDED, FAILED, UNASSIGNED, KILLED + * Phase: Denote at which phase current task is. See Task Phase below. + * State: Denote the current state the task is. See Task State below. @@ -49, +49 @@ * CLEANUP {{attachment:task_phase.png}} + + == Task State == + * RUNNING + * SUCCEEDED + * FAILED + * UNASSIGNED + * KILLED +
