Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
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 "="
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
It should be
banned.users=hdfs,yarn,mapred,bin
Attachments
Attachments
Issue Links
- links to