Varun Vasudev created YARN-2711:
-----------------------------------

             Summary: TestDefaultContainerExecutor#testContainerLaunchError 
fails on Windows
                 Key: YARN-2711
                 URL: https://issues.apache.org/jira/browse/YARN-2711
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Varun Vasudev
            Assignee: Varun Vasudev


The testContainerLaunchError test fails on Windows with the following error -

{noformat}
java.io.FileNotFoundException: File file:/bin/echo does not exist
        at 
org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:524)
        at 
org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:737)
        at 
org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:514)
        at 
org.apache.hadoop.fs.DelegateToFileSystem.getFileStatus(DelegateToFileSystem.java:111)
        at org.apache.hadoop.fs.FilterFs.getFileStatus(FilterFs.java:120)
        at org.apache.hadoop.fs.FileContext$14.next(FileContext.java:1117)
        at org.apache.hadoop.fs.FileContext$14.next(FileContext.java:1113)
        at org.apache.hadoop.fs.FSLinkResolver.resolve(FSLinkResolver.java:90)
        at org.apache.hadoop.fs.FileContext.getFileStatus(FileContext.java:1113)
        at org.apache.hadoop.fs.FileContext$Util.copy(FileContext.java:2019)
        at org.apache.hadoop.fs.FileContext$Util.copy(FileContext.java:1978)
        at 
org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:145)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestDefaultContainerExecutor.testContainerLaunchError(TestDefaultContainerExecutor.java:289)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to