Переглянути джерело

MAPREDUCE-5166. Fixed a fat-fingered commit.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1471684 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 12 роки тому
батько
коміт
2c92153b5b

+ 1 - 1
src/mapred/org/apache/hadoop/mapred/LocalJobRunner.java

@@ -487,7 +487,7 @@ public class LocalJobRunner implements JobSubmissionProtocol {
     /** Return the current values of the counters for this job,
      * including tasks that are in progress.
     */
-    public synchronized Counters GetCurrentCounters() {
+    public synchronized Counters getCurrentCounters() {
       if (null == mapCounters) {
         // Counters not yet initialized for job.
         return new Counters();