Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
MapReduceChildJVM.getVMCommand ensures that all tasks have -Djava.io.tmpdir=./tmp set as part of the task command-line, but this is only used for tasks. The AM itself does not have a corresponding java.io.tmpdir setting. It should also use the same tmpdir setting to avoid cases where the AM JVM wants to place files in /tmp by default.
Attachments
Attachments
Issue Links
- is duplicated by
-
MAPREDUCE-6576 AM java.io.tmpdir should be set to $PWD/tmp
- Resolved
- relates to
-
OOZIE-2209 Oozie launchers to set "java.io.tmpdir" to "./tmp"
- Resolved