[ 
https://issues.apache.org/jira/browse/YARN-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13608438#comment-13608438
 ] 

Hitesh Shah commented on YARN-488:
----------------------------------

{code}
if (inputClassPath != null)
{code}

Does it make sense to change to:

{code}
if (inputClassPath != null && !inputClassPath.isEmpty())
{code}

                
> TestContainerManagerSecurity fails on Windows
> ---------------------------------------------
>
>                 Key: YARN-488
>                 URL: https://issues.apache.org/jira/browse/YARN-488
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 3.0.0
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: YARN-488.1.patch
>
>
> These tests are failing to launch containers correctly when running on 
> Windows.

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

Reply via email to