yarn default file has the wrong name
------------------------------------

                 Key: BIGTOP-445
                 URL: https://issues.apache.org/jira/browse/BIGTOP-445
             Project: Bigtop
          Issue Type: Bug
          Components: General
    Affects Versions: 0.4.0
            Reporter: Bruno Mahé


In yarn resource/node manager init script you can see:
{noformat}
if [ -f /etc/default/hadoop-yarn-resourcemanager ] ; then
  . /etc/default/hadoop-yarn-resourcemanager
fi
{noformat}

Unfortunately, only the following file exist:
{noformat}
/etc/default/yarn
{noformat}

So the RM/NM fail to start since it cannot source the default file and 
therefore missing some very important env variables

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to