Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "TaskTable" page has been changed by ChiaHungLin: https://wiki.apache.org/hama/TaskTable?action=diff&rev1=6&rev2=7 <<TableOfContents(5)>> - == Job Task Relation == + == Task Table == A TaskTable records tasks information. * The entire task table belongs to the same [[BSPJobID|BSPJobID]]. @@ -17, +17 @@ {{{ {TaskID's id: 1...N where N < numBSPTasks, and the same row's id should equal.} {TaskAttemptID's id: 1...M where M < maxTaskAttempts } - }}} + }}} + See [[#An Task Table Example|An Task Table Example]] - == An Task Task Example == + === An Task Table Example === || ||<style="text-align: center;"-3>maxTaskAttempts || ||<|2> numBSPTasks || Task {jobId:1, taskId: 1, attemptId:1} || Task {jobId:1, taskId: 1, attemptId:2} || Task jobId:1, taskId: 1, attemptId:3 || || Task {jobId:1, taskId: 2, attemptId:1} || Task {jobId:1, taskId: 2, attemptId:2} || Task {jobId:1, taskId: 2, attemptId:3} || - + == Job Task Relation == {{attachment:job_task_relation.png}}
