You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2014/05/12 12:57:15 UTC

[jira] [Created] (AMBARI-5730) Space Error in container-executor.cfg

Vitaly Brodetskyi created AMBARI-5730:
-----------------------------------------

             Summary: Space Error in container-executor.cfg
                 Key: AMBARI-5730
                 URL: https://issues.apache.org/jira/browse/AMBARI-5730
             Project: Ambari
          Issue Type: Bug
          Components: agent
    Affects Versions: 1.6.0
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
             Fix For: 1.6.0
         Attachments: AMBARI-5730.patch

There is a space between "banned.user" and "=" which make configuration here is ignored by container-executor, so some default banned users works to include hdfs. Space should be deleted between "banned.user" and "="

{noformat}
yarn.nodemanager.local-dirs=/grid/0/hadoop/yarn/local,/grid/1/hadoop/yarn/local
yarn.nodemanager.log-dirs=/grid/0/hadoop/yarn/log,/grid/1/hadoop/yarn/log
yarn.nodemanager.linux-container-executor.group=hadoop
banned.users = hdfs,yarn,mapred,bin
min.user.id=1000
{noformat}

It should be 
{noformat}
banned.users=hdfs,yarn,mapred,bin
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)