[ 
https://issues.apache.org/jira/browse/HAMA-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward J. Yoon updated HAMA-479:
--------------------------------

    Attachment: counters.patch

Here's my quick and dirty patch.

BTW, updatesMade can be counted by each task's counter but how can we get the 
global sum counts in each superstep? :/
                
> Add Counters to Hama Jobs
> -------------------------
>
>                 Key: HAMA-479
>                 URL: https://issues.apache.org/jira/browse/HAMA-479
>             Project: Hama
>          Issue Type: New Feature
>            Reporter: Thomas Jungblut
>            Assignee: Edward J. Yoon
>              Labels: bsp
>             Fix For: 0.4.0
>
>         Attachments: counters.patch
>
>
> We should add counters for each Hama job.
> We want to add message counters (bytes transfered, local messages sent, 
> outward messages sent, time in sync etc.), for the last superstep and summed 
> up for all supersteps. 
> It should be as simple as the from Hadoop provided mechanism with enums.
> We could eventually use zookeeper instead of the jobreport.
> For the SSSP Example it should be useful that the last superstep counters are 
> always in sync in each task after a superstep. == After barrier left, query 
> zookeeper for the values.

--
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

        

Reply via email to