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=2&rev2=3

  
    JobStatus <<BR>>
      BSPJobID jobid; <<BR>>
-     long progress; <<BR>>
+     long progress; // % of bsp() <<BR>>
      long cleanupProgress;  // % of cleanup() <<BR>>
      long setupProgress;// % of setup() <<BR>>
      State state;// runState in enum <<BR>>
-     int runState; <<BR>>
+     --(int runState; // redudant)-- <<BR>>
      long startTime; <<BR>>
-     --String schedulingInfo = "NA"; // no use. remove.-- <<BR>>
+     --(String schedulingInfo = "NA"; // no use)-- <<BR>>
-     String user; <<BR>>
+     --(String user; // redudant)-- <<BR>>
      long superstepCount; <<BR>>
-     --String name; // no use. remove.-- <<BR>>
+     --(String name; // no use)-- <<BR>>
      int tasks; <<BR>>
      long finishTime; <<BR>>
-     Counters counter; <<BR>>
+     --(Counters counter; // should be replaced)-- <<BR>>
  

Reply via email to