You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Liyin Liang (JIRA)" <ji...@apache.org> on 2014/01/06 13:39:51 UTC

[jira] [Created] (YARN-1563) HADOOP_CONF_DIR don't support multiple directories

Liyin Liang created YARN-1563:
---------------------------------

             Summary: HADOOP_CONF_DIR don't support multiple directories
                 Key: YARN-1563
                 URL: https://issues.apache.org/jira/browse/YARN-1563
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 2.2.0
            Reporter: Liyin Liang


If the environmental variable $HADOOP_CONF_DIR is set with multiple directories, like this:
{code}
 export HADOOP_CONF_DIR=/mypath/conf1:/mypath/conf2
{code}
then, bin/yarn will fail as following:
{code}
$ bin/yarn application
No HADOOP_CONF_DIR set.
Please specify it either in yarn-env.sh or in the environment.
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)