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=5&rev2=6 int partition; <<BR>> TaskID id; <<BR>> TaskAttemptID attemptId;// newly added, representing the attempt id for this task. <<BR>> + TaskStatus status; // newly added. indicate the state of this task, e.g. this task is running or not. <<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>>
