You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2008/04/10 13:12:07 UTC

[jira] Created: (HADOOP-3230) Add command line access to named counters

Add command line access to named counters
-----------------------------------------

                 Key: HADOOP-3230
                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
             Project: Hadoop Core
          Issue Type: New Feature
          Components: scripts
    Affects Versions: 0.18.0
            Reporter: Tom White
            Assignee: Tom White


It would be convenient to be able to access counters by name from the command line. Example usage:

bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3230:
------------------------------

    Attachment: hadoop-3230-v3.patch

Fixed deprecation warning. (Test failures are unrelated.)

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-3230:
----------------------------------

    Status: Open  (was: Patch Available)

This was missed by hadoop-qa.

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-3230:
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3230:
------------------------------

    Status: Open  (was: Patch Available)

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3230) Add command line access to named counters

Posted by "Tom White (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602991#action_12602991 ] 

Tom White commented on HADOOP-3230:
-----------------------------------

Test failures are unrelated (and have since been fixed).

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3230) Add command line access to named counters

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603134#action_12603134 ] 

Owen O'Malley commented on HADOOP-3230:
---------------------------------------

I just committed this. Thanks, Tom!

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.18.0
>
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-3230:
----------------------------------

    Fix Version/s: 0.18.0

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.18.0
>
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Robert Chansler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Chansler updated HADOOP-3230:
------------------------------------

    Release Note: Added command line tool "job -counter <job-id> <group-name> <counter-name>" to access counters.  (was: Introduces a way to get counter information using the hadoop cmdline tool - bin/hadoop job -counter <job-id> <group-name> <counter-name> )

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.18.0
>
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3230) Add command line access to named counters

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

Hadoop QA commented on HADOOP-3230:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12383213/hadoop-3230-v2.patch
  against trunk revision 663370.

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

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

    -1 javac.  The applied patch generated 448 javac compiler warnings (more than the trunk's current 447 warnings).

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

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

    -1 core tests.  The patch failed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2577/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2577/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2577/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2577/console

This message is automatically generated.

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-3230:
----------------------------------

    Status: Patch Available  (was: Open)

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3230:
------------------------------

    Attachment: hadoop-3230-v2.patch

Merged with trunk.

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das updated HADOOP-3230:
--------------------------------

    Release Note: Introduces a way to get counter information using the hadoop cmdline tool - bin/hadoop job -counter <job-id> <group-name> <counter-name> 

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.18.0
>
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3230:
------------------------------

    Attachment: hadoop-3230.patch

Patch for review.

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3230:
------------------------------

    Status: Patch Available  (was: Open)

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3230) Add command line access to named counters

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

Hadoop QA commented on HADOOP-3230:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12383489/hadoop-3230-v3.patch
  against trunk revision 663762.

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +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 findbugs.  The patch does not introduce any new Findbugs warnings.

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

    -1 core tests.  The patch failed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2598/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2598/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2598/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2598/console

This message is automatically generated.

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230-v3.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3230) Add command line access to named counters

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3230:
------------------------------

    Status: Patch Available  (was: Open)

> Add command line access to named counters
> -----------------------------------------
>
>                 Key: HADOOP-3230
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3230
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: scripts
>    Affects Versions: 0.18.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3230-v2.patch, hadoop-3230.patch
>
>
> It would be convenient to be able to access counters by name from the command line. Example usage:
> bin/hadoop job -counter <job-id> <group-name> <counter-name>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.