You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Tom White (Created) (JIRA)" <ji...@apache.org> on 2011/11/17 07:18:52 UTC

[jira] [Created] (MAPREDUCE-3422) Counter display names are not being picked up

Counter display names are not being picked up
---------------------------------------------

                 Key: MAPREDUCE-3422
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Tom White


When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3422:
---------------------------------------

     Target Version/s: 0.23.1, 0.24.0  (was: 0.23.1)
    Affects Version/s: 0.24.0
                       0.23.1
               Status: Patch Available  (was: Open)
    
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170738#comment-13170738 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1466 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1466/])
    MAPREDUCE-3422. Counter display names are not being picked up. Contributed by Jonathan Eagles)

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215031
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169723#comment-13169723 ] 

Jonathan Eagles commented on MAPREDUCE-3422:
--------------------------------------------

Output from 1.0 branch

11/12/14 15:20:42 INFO input.FileInputFormat: Total input paths to process : 1
11/12/14 15:20:42 INFO mapred.JobClient: Running job: job_201112141520_0001
11/12/14 15:20:43 INFO mapred.JobClient:  map 0% reduce 0%
11/12/14 15:20:57 INFO mapred.JobClient:  map 100% reduce 0%
11/12/14 15:21:09 INFO mapred.JobClient:  map 100% reduce 100%
11/12/14 15:21:14 INFO mapred.JobClient: Job complete: job_201112141520_0001
11/12/14 15:21:14 INFO mapred.JobClient: Counters: 29
11/12/14 15:21:14 INFO mapred.JobClient:   Job Counters 
11/12/14 15:21:14 INFO mapred.JobClient:     Launched reduce tasks=1
11/12/14 15:21:14 INFO mapred.JobClient:     SLOTS_MILLIS_MAPS=13841
11/12/14 15:21:14 INFO mapred.JobClient:     Total time spent by all reduces waiting after reserving slots (ms)=0
11/12/14 15:21:14 INFO mapred.JobClient:     Total time spent by all maps waiting after reserving slots (ms)=0
11/12/14 15:21:14 INFO mapred.JobClient:     Launched map tasks=1
11/12/14 15:21:14 INFO mapred.JobClient:     Data-local map tasks=1
11/12/14 15:21:14 INFO mapred.JobClient:     SLOTS_MILLIS_REDUCES=10998
11/12/14 15:21:14 INFO mapred.JobClient:   File Output Format Counters 
11/12/14 15:21:14 INFO mapred.JobClient:     Bytes Written=148371
11/12/14 15:21:14 INFO mapred.JobClient:   FileSystemCounters
11/12/14 15:21:14 INFO mapred.JobClient:     FILE_BYTES_READ=201489
11/12/14 15:21:14 INFO mapred.JobClient:     HDFS_BYTES_READ=717660
11/12/14 15:21:14 INFO mapred.JobClient:     FILE_BYTES_WRITTEN=446105
11/12/14 15:21:14 INFO mapred.JobClient:     HDFS_BYTES_WRITTEN=148371
11/12/14 15:21:14 INFO mapred.JobClient:   File Input Format Counters 
11/12/14 15:21:14 INFO mapred.JobClient:     Bytes Read=717564
11/12/14 15:21:14 INFO mapred.JobClient:   Map-Reduce Framework
11/12/14 15:21:14 INFO mapred.JobClient:     Map output materialized bytes=201489
11/12/14 15:21:14 INFO mapred.JobClient:     Map input records=13426
11/12/14 15:21:14 INFO mapred.JobClient:     Reduce shuffle bytes=201489
11/12/14 15:21:14 INFO mapred.JobClient:     Spilled Records=27288
11/12/14 15:21:14 INFO mapred.JobClient:     Map output bytes=1199688
11/12/14 15:21:14 INFO mapred.JobClient:     CPU time spent (ms)=6050
11/12/14 15:21:14 INFO mapred.JobClient:     Total committed heap usage (bytes)=220725248
11/12/14 15:21:14 INFO mapred.JobClient:     Combine input records=124578
11/12/14 15:21:14 INFO mapred.JobClient:     SPLIT_RAW_BYTES=96
11/12/14 15:21:14 INFO mapred.JobClient:     Reduce input records=13644
11/12/14 15:21:14 INFO mapred.JobClient:     Reduce input groups=13644
11/12/14 15:21:14 INFO mapred.JobClient:     Combine output records=13644
11/12/14 15:21:14 INFO mapred.JobClient:     Physical memory (bytes) snapshot=499294208
11/12/14 15:21:14 INFO mapred.JobClient:     Reduce output records=13644
11/12/14 15:21:14 INFO mapred.JobClient:     Virtual memory (bytes) snapshot=1423417344
11/12/14 15:21:14 INFO mapred.JobClient:     Map output records=124578

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170737#comment-13170737 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #297 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/297/])
    merge MAPREDUCE-3422 from trunk

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215032
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171020#comment-13171020 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #896 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/896/])
    MAPREDUCE-3422. Counter display names are not being picked up. Contributed by Jonathan Eagles)

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215031
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Jonathan Eagles (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles reassigned MAPREDUCE-3422:
------------------------------------------

    Assignee: Jonathan Eagles
    
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170964#comment-13170964 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #129 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/129/])
    merge MAPREDUCE-3422 from trunk

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215032
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169827#comment-13169827 ] 

Hadoop QA commented on MAPREDUCE-3422:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507439/MAPREDUCE-3422.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.yarn.server.resourcemanager.TestRMNodeTransitions

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1455//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1455//console

This message is automatically generated.
                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170732#comment-13170732 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1441 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1441/])
    MAPREDUCE-3422. Counter display names are not being picked up. Contributed by Jonathan Eagles)

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215031
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169925#comment-13169925 ] 

Jonathan Eagles commented on MAPREDUCE-3422:
--------------------------------------------

The TestRMNodeTransitions failure appears to be unrelated to this patch.
                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170748#comment-13170748 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #309 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/309/])
    merge MAPREDUCE-3422 from trunk

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215032
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170734#comment-13170734 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #286 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/286/])
    merge MAPREDUCE-3422 from trunk

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215032
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170948#comment-13170948 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #109 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/109/])
    merge MAPREDUCE-3422 from trunk

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215032
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169724#comment-13169724 ] 

Jonathan Eagles commented on MAPREDUCE-3422:
--------------------------------------------

Output from trunk before change

2011-12-14 15:03:43,973 INFO  mapreduce.Job (Job.java:monitorAndPrintJob(1300)) - Counters: 43
        File System Counters
                FILE: BYTES_READ=63264
                FILE: BYTES_WRITTEN=228281
                FILE: READ_OPS=0
                FILE: LARGE_READ_OPS=0
                FILE: WRITE_OPS=0
                HDFS: BYTES_READ=717681
                HDFS: BYTES_WRITTEN=148371
                HDFS: READ_OPS=9
                HDFS: LARGE_READ_OPS=0
                HDFS: WRITE_OPS=4
        org.apache.hadoop.mapreduce.JobCounter
                TOTAL_LAUNCHED_MAPS=1
                TOTAL_LAUNCHED_REDUCES=1
                DATA_LOCAL_MAPS=1
                SLOTS_MILLIS_MAPS=3228
                SLOTS_MILLIS_REDUCES=12188
        org.apache.hadoop.mapreduce.TaskCounter
                MAP_INPUT_RECORDS=13426
                MAP_OUTPUT_RECORDS=124578
                MAP_OUTPUT_BYTES=1199688
                MAP_OUTPUT_MATERIALIZED_BYTES=63016
                SPLIT_RAW_BYTES=117
                COMBINE_INPUT_RECORDS=124578
                COMBINE_OUTPUT_RECORDS=13644
                REDUCE_INPUT_GROUPS=13644
                REDUCE_SHUFFLE_BYTES=63016
                REDUCE_INPUT_RECORDS=13644
                REDUCE_OUTPUT_RECORDS=13644
                SPILLED_RECORDS=27288
                SHUFFLED_MAPS=1
                FAILED_SHUFFLE=0
                MERGED_MAP_OUTPUTS=1
                GC_TIME_MILLIS=32
                CPU_MILLISECONDS=5590
                PHYSICAL_MEMORY_BYTES=516083712
                VIRTUAL_MEMORY_BYTES=2243133440
                COMMITTED_HEAP_BYTES=428605440
        Shuffle Errors
                BAD_ID=0
                CONNECTION=0
                IO_ERROR=0
                WRONG_LENGTH=0
                WRONG_MAP=0
                WRONG_REDUCE=0
        org.apache.hadoop.mapreduce.lib.input.FileInputFormatCounter
                BYTES_READ=717564
        org.apache.hadoop.mapreduce.lib.output.FileOutputFormatCounter
                BYTES_WRITTEN=148371

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171031#comment-13171031 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #929 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/929/])
    MAPREDUCE-3422. Counter display names are not being picked up. Contributed by Jonathan Eagles)

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215031
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3422:
---------------------------------------

    Attachment: MAPREDUCE-3422.patch
    
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169725#comment-13169725 ] 

Jonathan Eagles commented on MAPREDUCE-3422:
--------------------------------------------

Output from trunk after change

2011-12-14 15:15:31,697 INFO  mapreduce.Job (Job.java:monitorAndPrintJob(1300)) - Counters: 43
        File System Counters
                FILE: Number of bytes read=63264
                FILE: Number of bytes written=228281
                FILE: Number of read operations=0
                FILE: Number of large read operations=0
                FILE: Number of write operations=0
                HDFS: Number of bytes read=717681
                HDFS: Number of bytes written=148371
                HDFS: Number of read operations=9
                HDFS: Number of large read operations=0
                HDFS: Number of write operations=4
        Job Counters 
                Launched map tasks=1
                Launched reduce tasks=1
                Data-local map tasks=1
                Total time spent by all maps in occupied slots (ms)=5315
                Total time spent by all reduces in occupied slots (ms)=21828
        Map-Reduce Framework
                Map input records=13426
                Map output records=124578
                Map output bytes=1199688
                Map output materialized bytes=63016
                Input split bytes=117
                Combine input records=124578
                Combine output records=13644
                Reduce input groups=13644
                Reduce shuffle bytes=63016
                Reduce input records=13644
                Reduce output records=13644
                Spilled Records=27288
                Shuffled Maps =1
                Failed Shuffles=0
                Merged Map outputs=1
                GC time elapsed (ms)=61
                CPU time spent (ms)=4710
                Physical memory (bytes) snapshot=469311488
                Virtual memory (bytes) snapshot=2097213440
                Total committed heap usage (bytes)=415039488
        Shuffle Errors
                BAD_ID=0
                CONNECTION=0
                IO_ERROR=0
                WRONG_LENGTH=0
                WRONG_MAP=0
                WRONG_REDUCE=0
        File Input Format Counters 
                Bytes Read=717564
        File Output Format Counters 
                Bytes Written=148371

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170730#comment-13170730 ] 

Hudson commented on MAPREDUCE-3422:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1514 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1514/])
    MAPREDUCE-3422. Counter display names are not being picked up. Contributed by Jonathan Eagles)

sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215031
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/FileSystemCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/JobCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/TaskCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormatCounter.properties
* /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapreduce/lib/output/FileOutputFormatCounter.properties

                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3422) Counter display names are not being picked up

Posted by "Siddharth Seth (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Seth updated MAPREDUCE-3422:
--------------------------------------

          Resolution: Fixed
       Fix Version/s: 0.23.1
    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
        Hadoop Flags: Reviewed
              Status: Resolved  (was: Patch Available)

+1. Display names are being used in the UI as well. Committed to trunk and branch-0.23. Thanks Jonathan.

Opening a separate jira to add display names for counters which don't have them - shuffle and a few job counters.
                
> Counter display names are not being picked up
> ---------------------------------------------
>
>                 Key: MAPREDUCE-3422
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3422
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Tom White
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3422.patch
>
>
> When running a job I see "MAP_INPUT_RECORDS" rather than "Map input records" for the counter name. To fix this the resource bundle properties files need to be moved to the src/main/resources tree. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira