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=29&rev2=30 * startTime: long. The time this job is started. * finishTime: long. The time this job is finished. * maxTaskAttempts: int. default to 2. + * MAX_TASK_EXEC: int. bound to 1. * 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>> @@ -27, +28 @@ * SuccessfulTaskId: Set when TaskInProgress.completed() is called. TODO: isSuccessful * firstTaskId: The first task id. * currentTaskId: - - * --(MAX_TASK_EXEC: 1 TODO: what is this?)-- * 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.
