YARN-7737. prelaunch.err file not found exception on container failure. Contributed by Keqiu Hu.
(cherry picked from commit fa8cf4d1b4896a602dc383d5e266768392a9790c)
This commit is contained in:
parent
5281c188df
commit
83a4f92a3f
@ -268,7 +268,7 @@ public Integer call() {
|
||||
// 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…
x
Reference in New Issue
Block a user