Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The "TaskInProgress" page has been changed by ChiaHungLin:
https://wiki.apache.org/hama/TaskInProgress?action=diff&rev1=6&rev2=7

  
    --(TaskAttemptID firstTaskId;// the first task stored in 2d task array. // 
see job task relation section)-- <<BR>>
  
-   --(TaskAttemptID currentTaskId;// the last task in 2d task array should be 
the current execution task. // see job task relation section)--
+   --(TaskAttemptID currentTaskId;// the last task in 2d task array should be 
the current execution task. // see job task relation section)-- <<BR>>
  
-   --(TreeMap<TaskAttemptID, String> activeTasks; // )--
+   --(TreeMap<TaskAttemptID, String> activeTasks; // all last tasks in 2d 
array should be the active/ running task.)-- <<BR>>
+ 
+   --(TreeMap<TaskAttemptID, TaskStatus> taskStatuses// each task should embed 
with a status object.)-- <<BR>>
+ 
+   --(BSPJobID jobId; // defined in JobInProgress. )-- <<BR>>
+ 
+   RawSplit rawSplit; <<BR>>
+ 
+   --(int mySuperstep = -1;// not used.)-- <<BR>>
  
  
  

Reply via email to