Daniel Velasquez created OOZIE-3597: ---------------------------------------
Summary: [spark-action] Empty HADOOP_CONF_DIR property Key: OOZIE-3597 URL: https://issues.apache.org/jira/browse/OOZIE-3597 Project: Oozie Issue Type: Bug Components: action Affects Versions: 5.2.0 Reporter: Daniel Velasquez HADOOP_CONF_DIR property is empty in Spark Action containers, even though HADOOP_CONF_DIR is configured and part of the NM env whitelist: {code:java} ------------------------ Environment variables ------------------------ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin HADOOP_CONF_DIR= {code} This happens when HADOOP_CLIENT_CONF_DIR isn't configured. It looks like Oozie maps HADOOP_CONF_DIR to HADOOP_CLIENT_CONF_DIR regardless of if HADOOP_CONF_DIR is configured and part of the whitelist. -- This message was sent by Atlassian Jira (v8.3.4#803005)