Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
trunk
-
None
-
None
Description
OOZIE-2209 sets java.io.tmpdir to ./tmp for AM, map and reduce for both launcher and action jobs.
MapReduceChildJVM already sets java.io.tmpdir to ./tmp
Path childTmpDir = new Path(Environment.PWD.$(), YarnConfiguration.DEFAULT_CONTAINER_TEMP_DIR); vargs.add("-Djava.io.tmpdir=" + childTmpDir);
So it is only needed to be set for AM in launcher because of uber mode.
Attachments
Attachments
Issue Links
- relates to
-
OOZIE-2424 Set "java.io.tmpdir" to "./tmp" for the AM based on server configuration
- Open
-
MAPREDUCE-6576 AM java.io.tmpdir should be set to $PWD/tmp
- Resolved
- supercedes
-
OOZIE-2209 Oozie launchers to set "java.io.tmpdir" to "./tmp"
- Resolved