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 "Siddharth Seth (JIRA)" <ji...@apache.org> on 2012/06/12 02:50:43 UTC

[jira] [Created] (MAPREDUCE-4336) Distributed Shell fails when used with the CapacityScheduler

Siddharth Seth created MAPREDUCE-4336:
-----------------------------------------

             Summary: Distributed Shell fails when used with the CapacityScheduler
                 Key: MAPREDUCE-4336
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 2.0.0-alpha
            Reporter: Siddharth Seth


DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Ahmed Radwan updated MAPREDUCE-4336:
------------------------------------

    Attachment: MAPREDUCE-4336.patch

I have manually tested the patch by successfully submitting/running DS jobs on both the capacity and fifo schedulers.
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>         Attachments: MAPREDUCE-4336.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Hadoop QA commented on MAPREDUCE-4336:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12532494/MAPREDUCE-4336.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 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 javadoc.  The javadoc tool appears to have generated 13 warning messages.

    +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 passed unit tests in hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell.

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

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

This message is automatically generated.
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Hudson commented on MAPREDUCE-4336:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1121 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1121/])
    MAPREDUCE-4336. Distributed Shell fails when used with the CapacityScheduler (ahmed via tucu) (Revision 1353625)

     Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1353625
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/Client.java

                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Hudson commented on MAPREDUCE-4336:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1088 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1088/])
    MAPREDUCE-4336. Distributed Shell fails when used with the CapacityScheduler (ahmed via tucu) (Revision 1353625)

     Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1353625
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/Client.java

                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Ahmed Radwan reassigned MAPREDUCE-4336:
---------------------------------------

    Assignee: Ahmed Radwan
    
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Hadoop QA commented on MAPREDUCE-4336:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12532614/MAPREDUCE-4336_rev2.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 javac.  The patch appears to cause the build to fail.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2479//console

This message is automatically generated.
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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] [Closed] (MAPREDUCE-4336) Distributed Shell fails when used with the CapacityScheduler

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

Arun C Murthy closed MAPREDUCE-4336.
------------------------------------

    
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>             Fix For: 2.0.2-alpha
>
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Ahmed Radwan commented on MAPREDUCE-4336:
-----------------------------------------

The javac -1 above seems weird. It successfully builds on my environment.
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Ahmed Radwan updated MAPREDUCE-4336:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Alejandro Abdelnur updated MAPREDUCE-4336:
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1-alpha
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Thanks Ahmed. Committed to trunk and branch-2
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Ahmed Radwan updated MAPREDUCE-4336:
------------------------------------

    Attachment: MAPREDUCE-4336_rev2.patch

Thanks Siddharth! Here is the updated patch after rebase.
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Alejandro Abdelnur commented on MAPREDUCE-4336:
-----------------------------------------------

+1. don't see the javac failure either.
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Siddharth Seth updated MAPREDUCE-4336:
--------------------------------------

    Status: Open  (was: Patch Available)

Patch looks good. The javadoc warnings don't seem related. It does need a rebase though.
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Hudson commented on MAPREDUCE-4336:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2452 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2452/])
    MAPREDUCE-4336. Distributed Shell fails when used with the CapacityScheduler (ahmed via tucu) (Revision 1353625)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1353625
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/Client.java

                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Ahmed Radwan updated MAPREDUCE-4336:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Ahmed Radwan commented on MAPREDUCE-4336:
-----------------------------------------

The fix looks fairly straight forward: set the queue name for GetQueueInfoRequest, and also add "default" as the default queue name if not specified on the command line. I'll upload a patch now. 
                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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-4336) Distributed Shell fails when used with the CapacityScheduler

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

Hudson commented on MAPREDUCE-4336:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2382 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2382/])
    MAPREDUCE-4336. Distributed Shell fails when used with the CapacityScheduler (ahmed via tucu) (Revision 1353625)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1353625
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/Client.java

                
> Distributed Shell fails when used with the CapacityScheduler
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4336
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4336
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 2.0.0-alpha
>            Reporter: Siddharth Seth
>            Assignee: Ahmed Radwan
>             Fix For: 2.0.1-alpha
>
>         Attachments: MAPREDUCE-4336.patch, MAPREDUCE-4336_rev2.patch
>
>
> DistributedShell attempts to get queue info without providing a queue name - which ends up in an NPE.

--
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