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=9&rev2=10 - JobInProgress // Information contained within JobInProgress <<BR>> + JobInProgress // Information should be exported to monitor system. <<BR>> Path jobFile; <<BR>> Path localJobFile; <<BR>> @@ -12, +12 @@ long finishTime; <<BR>> int maxTaskAttempts; <<BR>> String jobName; <<BR>> + private BSPJobID jobId; + final BSPMaster master; + TaskInProgress tasks[] = new TaskInProgress[0]; + private long superstepCounter; + + 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 clusterSize; + String jobSplit; + JobProifile <<BR>> @@ -34, +45 @@ --(String name; // no use)-- <<BR>> int tasks; <<BR>> long finishTime; <<BR>> - Counters counter; // information should be exported as metrics. //See [[http://www.philippeadjiman.com/blog/2010/01/07/hadoop-tutorial-series-issue-3-counters-in-action/|Counters In Action]] <<BR>> + --(Counters counter; // redundant.)-- <<BR>>
