YARN-7737. prelaunch.err file not found exception on container failure. Contributed by Keqiu Hu.
(cherry picked from commitfa8cf4d1b4
) (cherry picked from commit83a4f92a3f
) (cherry picked from commite9a338ff64
)
This commit is contained in:
parent
a43100adad
commit
258fb117d2
|
@ -273,7 +273,7 @@ public class ContainerLaunch implements Callable<Integer> {
|
|||
// Write out the environment
|
||||
exec.writeLaunchEnv(containerScriptOutStream, environment,
|
||||
localResources, launchContext.getCommands(),
|
||||
new Path(containerLogDirs.get(0)), user);
|
||||
containerLogDir, user);
|
||||
}
|
||||
// /////////// End of writing out container-script
|
||||
|
||||
|
|
Loading…
Reference in New Issue