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=11&rev2=12 * StartTime * FinishTime * numBSPTasks: the number of BSP tasks to be launched. - * Tasks: Actual launched TaskInProgresses according to numBSPTasks. + * 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 + * RawSplit: the ''i''th RawSplit if RawSplit not null + * SuccessfulTaskId: set when TaskInProgress.completed() is called. TODO: isSuccessful + * currentTaskId: + * TaskStatus: + * Phase: STARTING, COMPUTE, BARRIER_SYNC, CLEANUP + * State: + + == Job Status ==
