-
Type:
Test
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0-beta
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Target Version/s:
File scriptFile = new File(tmpDir, "scriptFile.sh");
should be replaced with
File scriptFile = Shell.appendScriptExtension(tmpDir, "scriptFile");
to match trunk.
- relates to
-
YARN-493 NodeManager job control logic flaws on Windows
-
- Closed
-