Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "TaskInProgress" page has been changed by ChiaHungLin: https://wiki.apache.org/hama/TaskInProgress?action=diff&rev1=4&rev2=5 --(String jobFile = null;// defined in JobInProgress.)-- <<BR>> int partition; <<BR>> TaskID id; <<BR>> + TaskAttemptID attemptId;// newly added, representing the attempt id for this task. <<BR>> --(JobInProgress job;// TaskInProgress is contained within JobInProgress.)-- <<BR>> --(int completes = 0;// change to Boolean. so it also indicates if this task successes.)-- <<BR>> Boolean completed = false; // true indicates this task is successfully executed. <<BR>>
