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=13&rev2=14 - JobInProgress // Information should be exported to monitor system. <<BR>> + JobInProgress // All information should be exported to monitor system. <<BR>> Path jobFile; <<BR>> Path localJobFile; <<BR>> Path localJarFile; <<BR>> --(LocalFileSystem localFs; // need higher level abstraction. decoupled from particular fs.)-- <<BR>> - --(int restartCount; // no use.)-- <<BR>> + --(int restartCount; // not use.)-- <<BR>> long startTime; <<BR>> - --(long launchTime;// no use.)-- <<BR>> + --(long launchTime;// not use.)-- <<BR>> long finishTime; <<BR>> int maxTaskAttempts; <<BR>> String jobName; <<BR>> @@ -20, +20 @@ Counters counters; //See [[http://www.philippeadjiman.com/blog/2010/01/07/hadoop-tutorial-series-issue-3-counters-in-action/|Counters In Action]] int numBSPTasks; <<BR>> - int clusterSize; <<BR>> + --(int clusterSize;// not use)-- <<BR>> --(String jobSplit; // dir where files are split.)-- <<BR>> String[] masters; // newly added, indicting which master currently deals with this job. <<BR>> @@ -38, +38 @@ State state;// runState in enum <<BR>> --(int runState; // redundant.)-- <<BR>> --(long startTime;// redundant.)-- <<BR>> - --(String schedulingInfo = "NA"; // no use)-- <<BR>> + --(String schedulingInfo = "NA"; // not use)-- <<BR>> --(String user; // redundant.)-- <<BR>> --(long superstepCount;// redudant to superstepCounter.)-- <<BR>> - --(String name; // no use)-- <<BR>> + --(String name; // not use)-- <<BR>> - int tasks; <<BR>> + --(int tasks;// can be calculated.)-- <<BR>> --(long finishTime; // redundant.)-- <<BR>> --(Counters counter;// redundant.)-- <<BR>>
