Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.0-beta
-
None
-
None
-
None
Description
File scriptFile = new File(tmpDir, "scriptFile.sh");
should be replaced with
File scriptFile = Shell.appendScriptExtension(tmpDir, "scriptFile");
to match trunk.
Attachments
Attachments
Issue Links
- relates to
-
YARN-493 NodeManager job control logic flaws on Windows
- Closed