Dear Wiki user,

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

The "JobInProgress" page has been changed by ChiaHungLin:
https://wiki.apache.org/hama/JobInProgress?action=diff&rev1=12&rev2=13

    String jobName; <<BR>>
    BSPJobID jobId; <<BR>>
    --(BSPMaster master;//only store job info.)-- <<BR>>
-   TaskInProgress tasks[]; <<BR>>
+   TaskInProgress tasks[]; // will be replaced by o.a.h.b.v2.Task where stores 
a task to groom relation. <<BR>>
    long superstepCounter; <<BR>>
  
    Counters counters; //See 
[[http://www.philippeadjiman.com/blog/2010/01/07/hadoop-tutorial-series-issue-3-counters-in-action/|Counters
 In Action]]
@@ -22, +22 @@

    int numBSPTasks; <<BR>>
    int clusterSize; <<BR>>
    --(String jobSplit; // dir where files are split.)-- <<BR>>
- 
+   String[] masters; // newly added, indicting which master currently deals 
with this job. <<BR>>
  
    JobProifile <<BR>>
      String user <<BR>>

Reply via email to