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