Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
Description
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 '/'.
Attachments
Attachments
Issue Links
- is part of
-
YARN-191 Enhancements to YARN for Windows Server and Windows Azure development and runtime environments
- Resolved
- is related to
-
HADOOP-9488 FileUtil#createJarWithClassPath only substitutes environment variables from current process environment/does not support overriding when launching new process
- Closed
-
MAPREDUCE-4987 TestMRJobs#testDistributedCache fails on Windows due to classpath problems and unexpected behavior of symlinks
- Closed