You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Daniel Velasquez (Jira)" <ji...@apache.org> on 2020/04/21 17:12:00 UTC

[jira] [Created] (OOZIE-3597) [spark-action] Empty HADOOP_CONF_DIR property

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)