Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10.1
-
None
-
None
Description
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);