You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (Updated) (JIRA)" <ji...@apache.org> on 2011/11/28 13:58:40 UTC

[jira] [Updated] (HAMA-479) Add Counters to Hama Jobs

     [ 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