BSP program doesn't work when the desired tasks smaller than cluster size
-------------------------------------------------------------------------
Key: HAMA-330
URL: https://issues.apache.org/jira/browse/HAMA-330
Project: Hama
Issue Type: Bug
Components: bsp
Affects Versions: 0.2.0
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
Fix For: 0.2.0
I noticed that I missed the task initialization at JobInProgress.
The instances of TaskInProgress should be created as a number of desired tasks.
And each task should be assigned by assignTasks() and obtainNewTask() method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.