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

Hudson commented on YARN-253:
-----------------------------

Integrated in Hadoop-Mapreduce-trunk #1308 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1308/])
    YARN-253. Fixed container-launch to not fail when there are no local 
resources to localize. Contributed by Tom White. (Revision 1430269)

     Result = FAILURE
vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1430269
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/DefaultContainerExecutor.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/TestContainerManagerSecurity.java

                
> Container launch may fail if no files were localized
> ----------------------------------------------------
>
>                 Key: YARN-253
>                 URL: https://issues.apache.org/jira/browse/YARN-253
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 2.0.2-alpha
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Critical
>             Fix For: 2.0.3-alpha
>
>         Attachments: YARN-253-20130108.txt, YARN-253.patch, YARN-253.patch, 
> YARN-253-test.patch
>
>
> This can be demonstrated with DistributedShell. The containers running the 
> shell do not have any files to localize (if there is no shell script to copy) 
> so if they run on a different NM to the AM (which does localize files), then 
> they will fail since the appcache directory does not exist.

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