[
https://issues.apache.org/jira/browse/AMBARI-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vitaly Brodetskyi resolved AMBARI-5730.
---------------------------------------
Resolution: Fixed
Committed to trunk and branch-1.6.0
> 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)