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 "Harsh J (JIRA)" <ji...@apache.org> on 2012/07/10 18:30:35 UTC

[jira] [Created] (MAPREDUCE-4424) The 'mapred job -list' command should show the job name as well

Harsh J created MAPREDUCE-4424:
----------------------------------

             Summary: The 'mapred job -list' command should show the job name as well
                 Key: MAPREDUCE-4424
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: mrv2
            Reporter: Harsh J
            Priority: Trivial


Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
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-4424) The 'mapred job -list' command should show the job name as well

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

Hadoop QA commented on MAPREDUCE-4424:
--------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12549628/MAPREDUCE-4424.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  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.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> The 'mapred job -list' command should show the job name as well
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-4424
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: trunk
>            Reporter: Harsh J
>            Priority: Trivial
>              Labels: newbie
>         Attachments: MAPREDUCE-4424.patch
>
>
> Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4424) The 'mapred job -list' command should show the job name as well

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

Harsh J commented on MAPREDUCE-4424:
------------------------------------

Hi Xiaoding,

Many thanks for the patch!

I personally feel that having Job Name near Job ID makes more sense than at the end (which mostly wraps around on regular terminal sizes with MRv2 today).

We could cap the maximum characters we show, to do this without worrying about the variable size issue, am fine with doing that.

Thoughts?

P.s. Please also update the test case in TestMRJobClient.java (jobclient module).
                
> The 'mapred job -list' command should show the job name as well
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-4424
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: trunk
>            Reporter: Harsh J
>            Priority: Trivial
>              Labels: newbie
>         Attachments: MAPREDUCE-4424.patch
>
>
> Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4424) The 'mapred job -list' command should show the job name as well

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

Xiaoding Bian updated MAPREDUCE-4424:
-------------------------------------

    Attachment:     (was: MAPREDUCE-4424.patch)
    
> The 'mapred job -list' command should show the job name as well
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-4424
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: trunk
>            Reporter: Harsh J
>            Priority: Trivial
>              Labels: newbie
>
> Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4424) The 'mapred job -list' command should show the job name as well

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

Xiaoding Bian updated MAPREDUCE-4424:
-------------------------------------

    Attachment: MAPREDUCE-4424.patch
    
> The 'mapred job -list' command should show the job name as well
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-4424
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: trunk
>            Reporter: Harsh J
>            Priority: Trivial
>              Labels: newbie
>         Attachments: MAPREDUCE-4424.patch
>
>
> Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4424) The 'mapred job -list' command should show the job name as well

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

Xiaoding Bian updated MAPREDUCE-4424:
-------------------------------------

    Attachment: MAPREDUCE-4424.patch

As JobName has variable width, I tend to put it at the end of each line of "mapred job -list" output, and left-alignment.
                
> The 'mapred job -list' command should show the job name as well
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-4424
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>            Reporter: Harsh J
>            Priority: Trivial
>              Labels: newbie
>         Attachments: MAPREDUCE-4424.patch
>
>
> Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4424) The 'mapred job -list' command should show the job name as well

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

Hadoop QA commented on MAPREDUCE-4424:
--------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12550237/MAPREDUCE-4424.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> The 'mapred job -list' command should show the job name as well
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-4424
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: trunk
>            Reporter: Harsh J
>            Priority: Trivial
>              Labels: newbie
>         Attachments: MAPREDUCE-4424.patch
>
>
> Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4424) The 'mapred job -list' command should show the job name as well

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

Xiaoding Bian updated MAPREDUCE-4424:
-------------------------------------

     Target Version/s: trunk
    Affects Version/s: trunk
               Status: Patch Available  (was: Open)
    
> The 'mapred job -list' command should show the job name as well
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-4424
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4424
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: trunk
>            Reporter: Harsh J
>            Priority: Trivial
>              Labels: newbie
>         Attachments: MAPREDUCE-4424.patch
>
>
> Currently the {{mapred job -list}} command does not show the Job Name, just the Job ID. It would be good to display the Job name too. Idea originally from HADOOP-5555.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira