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=10&rev2=11

    long finishTime; <<BR>>
    int maxTaskAttempts; <<BR>>
    String jobName; <<BR>>
-   private BSPJobID jobId;
-   final BSPMaster master;
-   TaskInProgress tasks[] = new TaskInProgress[0];
+   BSPJobID jobId; <<BR>>
+   --(BSPMaster master;//only store job info.)-- <<BR>>
+   TaskInProgress tasks[]; <<BR>>
-   private long superstepCounter;
+   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]]
  
-   int numBSPTasks = 0;
+   int numBSPTasks; <<BR>>
-   int clusterSize;
+   int clusterSize; <<BR>>
-   String jobSplit;
+   String jobSplit; <<BR>>
  
  
  
    JobProifile <<BR>>
      String user <<BR>>
-     BSPJobID jobid <<BR>>
+     --(BSPJobID jobid// redundant.)-- <<BR>>
-     --(String jobFile)-- <<BR>>
+     --(String jobFile// redundant.)-- <<BR>>
-     --(String jobName// redundant)-- <<BR>>
+     --(String jobName// redundant.)-- <<BR>>
  
    JobStatus <<BR>>
      --(BSPJobID jobid;)-- <<BR>>
@@ -37, +37 @@

      long cleanupProgress;  // % of cleanup() <<BR>>
      long setupProgress;// % of setup() <<BR>>
      State state;// runState in enum <<BR>>
-     --(int runState; // redudant)-- <<BR>>
+     --(int runState; // redundant.)-- <<BR>>
-     long startTime; <<BR>>
+     --(long startTime;// redundant.)-- <<BR>>
      --(String schedulingInfo = "NA"; // no use)-- <<BR>>
-     --(String user; // redudant)-- <<BR>>
+     --(String user; // redundant.)-- <<BR>>
-     long superstepCount; <<BR>>
+     --(long superstepCount;// redudant to superstepCounter.)-- <<BR>>
      --(String name; // no use)-- <<BR>>
      int tasks; <<BR>>
-     long finishTime; <<BR>>
+     --(long finishTime; // redundant.)-- <<BR>>
-     --(Counters counter; // redundant.)--  <<BR>>
+     --(Counters counter;// redundant.)--  <<BR>>
      
  

Reply via email to