You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Yan Jinshuang (JIRA)" <ji...@apache.org> on 2011/06/15 07:47:47 UTC

[jira] [Created] (HADOOP-7395) The infomation returned by the wrong usage of the command "job -counter "is not appropriate

The infomation returned by the wrong usage of the command "job -counter<job-id> <group-name> <counter-name> "is not appropriate
-------------------------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-7395
                 URL: https://issues.apache.org/jira/browse/HADOOP-7395
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 0.23.0
            Reporter: Yan Jinshuang
            Priority: Minor
             Fix For: 0.20.3


When use the command "job -counter<job-id> <group-name> <counter-name> " with wrong group-name or wrong counter-name(with correct job-id), the result is always 0. It is better to show the user the detail, like "illegal group-name", "illegal counter-name", etc. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7395) The infomation returned by the wrong usage of the command "job -counter "is not appropriate

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

XieXianshan commented on HADOOP-7395:
-------------------------------------

-1 
This issue should be created in project Map/Reduce.


> The infomation returned by the wrong usage of the command "job -counter<job-id> <group-name> <counter-name> "is not appropriate
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7395
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7395
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Yan Jinshuang
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: Hadoop_7395
>
>
> When use the command "job -counter<job-id> <group-name> <counter-name> " with wrong group-name or wrong counter-name(with correct job-id), the result is always 0. It is better to show the user the detail, like "illegal group-name", "illegal counter-name", etc. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7395) The infomation returned by the wrong usage of the command "job -counter "is not appropriate

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

Yan Jinshuang updated HADOOP-7395:
----------------------------------

    Fix Version/s:     (was: 0.20.3)
                   0.23.0

> The infomation returned by the wrong usage of the command "job -counter<job-id> <group-name> <counter-name> "is not appropriate
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7395
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7395
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Yan Jinshuang
>            Priority: Minor
>             Fix For: 0.23.0
>
>
> When use the command "job -counter<job-id> <group-name> <counter-name> " with wrong group-name or wrong counter-name(with correct job-id), the result is always 0. It is better to show the user the detail, like "illegal group-name", "illegal counter-name", etc. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7395) The infomation returned by the wrong usage of the command "job -counter "is not appropriate

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

XieXianshan updated HADOOP-7395:
--------------------------------

    Status: Patch Available  (was: Open)

Fix this issue.
The error message is as the following after the patch is done:
[Could not find group FileSystemCounters_err] <--incorrect group name
 or
[Could not find counter FILE_BYTES_READ_err in the group FileSystemCounters] <--incorrect counter name



> The infomation returned by the wrong usage of the command "job -counter<job-id> <group-name> <counter-name> "is not appropriate
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7395
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7395
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Yan Jinshuang
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: Hadoop_7395
>
>
> When use the command "job -counter<job-id> <group-name> <counter-name> " with wrong group-name or wrong counter-name(with correct job-id), the result is always 0. It is better to show the user the detail, like "illegal group-name", "illegal counter-name", etc. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7395) The infomation returned by the wrong usage of the command "job -counter "is not appropriate

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

Hadoop QA commented on HADOOP-7395:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12483256/Hadoop_7395
  against trunk revision 1137724.

    +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 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/660//console

This message is automatically generated.

> The infomation returned by the wrong usage of the command "job -counter<job-id> <group-name> <counter-name> "is not appropriate
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7395
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7395
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Yan Jinshuang
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: Hadoop_7395
>
>
> When use the command "job -counter<job-id> <group-name> <counter-name> " with wrong group-name or wrong counter-name(with correct job-id), the result is always 0. It is better to show the user the detail, like "illegal group-name", "illegal counter-name", etc. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7395) The infomation returned by the wrong usage of the command "job -counter "is not appropriate

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

XieXianshan updated HADOOP-7395:
--------------------------------

    Resolution: Invalid
        Status: Resolved  (was: Patch Available)

> The infomation returned by the wrong usage of the command "job -counter<job-id> <group-name> <counter-name> "is not appropriate
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7395
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7395
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Yan Jinshuang
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: Hadoop_7395
>
>
> When use the command "job -counter<job-id> <group-name> <counter-name> " with wrong group-name or wrong counter-name(with correct job-id), the result is always 0. It is better to show the user the detail, like "illegal group-name", "illegal counter-name", etc. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7395) The infomation returned by the wrong usage of the command "job -counter "is not appropriate

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

XieXianshan updated HADOOP-7395:
--------------------------------

    Attachment: Hadoop_7395

> The infomation returned by the wrong usage of the command "job -counter<job-id> <group-name> <counter-name> "is not appropriate
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7395
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7395
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Yan Jinshuang
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: Hadoop_7395
>
>
> When use the command "job -counter<job-id> <group-name> <counter-name> " with wrong group-name or wrong counter-name(with correct job-id), the result is always 0. It is better to show the user the detail, like "illegal group-name", "illegal counter-name", etc. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira