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