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

Hudson commented on YARN-593:
-----------------------------

Integrated in Hadoop-Hdfs-trunk #1378 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1378/])
    YARN-593. container launch on Windows does not correctly populate classpath 
with new process's environment variables and localized resources (Chris Nauroth 
via bikas) (Revision 1469998)

     Result = FAILURE
bikas : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1469998
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/containermanager/launcher/ContainerLaunch.java

                
> container launch on Windows does not correctly populate classpath with new 
> process's environment variables and localized resources
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: YARN-593
>                 URL: https://issues.apache.org/jira/browse/YARN-593
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 3.0.0
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>             Fix For: 3.0.0
>
>         Attachments: YARN-593.1.patch, YARN-593.2.patch
>
>
> On Windows, we must bundle the classpath of a launched container in an 
> intermediate jar with a manifest.  Currently, this logic incorrectly uses the 
> nodemanager process's environment variables for substitution.  Instead, it 
> needs to use the new environment for the launched process.  Also, the bundled 
> classpath is missing some localized resources for directories, due to a quirk 
> in the way {{File#toURI}} decides whether or not to append a trailing '/'.

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