[
https://issues.apache.org/jira/browse/HAMA-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147658#comment-13147658
]
Edward J. Yoon commented on HAMA-474:
-------------------------------------
Additionally,
I noticed that initial tasks launching takes very long time. So, I want to add
{code}
+ report = "Wait for tasks that have not yet been activated: "
+ + ((getClusterStatus(false).getTasks() / job.getNumBspTask()) *
100)
+ + "%";
{code}
> ClusterStatus.getTasks() always returns 0
> -----------------------------------------
>
> Key: HAMA-474
> URL: https://issues.apache.org/jira/browse/HAMA-474
> Project: Hama
> Issue Type: Bug
> Components: bsp
> Affects Versions: 0.3.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.4.0
>
> Attachments: HAMA-474.patch
>
>
> The totalTasks should be updated at ReportGroomStatusHandler.handle() method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira