You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/01/25 21:46:49 UTC

[jira] Updated: (HADOOP-936) More updates to metric names to conform to HADOOP-887

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

Nigel Daley updated HADOOP-936:
-------------------------------

    Attachment: HADOOP-936.patch

> More updates to metric names to conform to HADOOP-887
> -----------------------------------------------------
>
>                 Key: HADOOP-936
>                 URL: https://issues.apache.org/jira/browse/HADOOP-936
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.10.1
>            Reporter: Nigel Daley
>            Priority: Minor
>         Attachments: HADOOP-936.patch
>
>
> In fixing HADOOP-890 I missed 3 metrics in TaskTracker.java
>           metricsRecord.setMetric("tasks-completed", ++totalTasksCompleted);
>           metricsRecord.setMetric("maps-running", mapTotal);
>           metricsRecord.setMetric("reduce-running", reduceTotal);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.