Details
Description
Currently, HADOOP_CONF_DIR is being put into the task environment whether it's set by the user or not. It completely bypasses the whitelist and so there is no way for a task to not have HADOOP_CONF_DIR set. This causes problems in the Docker use case where Docker containers will set up their own environment and have their own HADOOP_CONF_DIR preset in the image itself.
Attachments
Attachments
Issue Links
- breaks
-
MAPREDUCE-7055 MR jobs are failing with Could not find or load main class for MRAppMaster
- Resolved
- is blocked by
-
YARN-5714 ContainerExecutor does not order environment map
- Resolved
- relates to
-
YARN-3611 Support Docker Containers In LinuxContainerExecutor
- Resolved
-
OOZIE-3492 [spark-action] Missing HADOOP_CONF_DIR property
- Closed