YARN-7737. prelaunch.err file not found exception on container failure. Contributed by Keqiu Hu.

This commit is contained in:
Zhe Zhang 2018-01-24 12:54:34 -08:00
parent cff9edd4b5
commit fa8cf4d1b4
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,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