[
https://issues.apache.org/jira/browse/HAMA-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon resolved HAMA-716.
---------------------------------
Resolution: Fixed
My all test passed. Distributed-mode also checked.
JobInProgress:
{code}
// adjust number of BSP tasks to actual number of splits
this.tasks = new TaskInProgress[numBSPTasks];
for (int i = 0; i < numBSPTasks; i++) {
tasks[i] = new TaskInProgress(getJobID(), this.jobFile.toString(),
splits[i], this.conf, this, i);
}
{code}
I'm commit this.
> Splits should be assigned based on PartitionID
> ----------------------------------------------
>
> Key: HAMA-716
> URL: https://issues.apache.org/jira/browse/HAMA-716
> Project: Hama
> Issue Type: Bug
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.6.1
>
> Attachments: localbsprunner.patch, localbsprunner_v02.patch
>
>
> or PeerIndex should be matched w/ PartitionID.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira