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=34&rev2=35 * finishTime: long. The time this job is finished. job status. * superstepCount: long. This job's superstep count. job satus. * conf: Configuration. Specific setting for this job. + * Tasks: 2d Task array. See TaskInProgress. + * failed: Boolean. If a task fails or not. default to false. + * NUM_ATTEMPTS_PER_RESTART: int. Set to 1000. - * Tasks: Actual launched TaskInProgress depends on numBSPTasks. <<BR>> - TODO: An object that holds multiple tasks execution including successful/ failed/ current task <<BR>> - See Job Task Relation section <<BR>> - * task id: TaskID object. - * startTime: System.currentTimeMillis() * partition: The ''i''th numBSPTasks + * 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. + * completed: Boolean. if a task is completed/ succeed. default to false. + * groom: String. On which groom a task runs. + * startTime: System.currentTimeMillis(). default -1. * 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. == Job Status == A job status contains:
