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=28&rev2=29 * superstepCount: long. This job's superstep count. * startTime: long. The time this job is started. * finishTime: long. The time this job is finished. + * maxTaskAttempts: int. default to 2. * numBSPTasks: The number of BSP tasks to be launched. * Tasks: Actual launched TaskInProgresses depends on numBSPTasks. <<BR>> TODO: An object that holds multiple tasks execution including successful/ failed/ current task <<BR>> @@ -26, +27 @@ * SuccessfulTaskId: Set when TaskInProgress.completed() is called. TODO: isSuccessful * firstTaskId: The first task id. * currentTaskId: - * MaxTaskAttempts: (constant) 4 + * --(MAX_TASK_EXEC: 1 TODO: what is this?)-- * TaskStatus: * Phase: Denote at which phase current task is. See Task Phase below.
