Dmytro Sen created AMBARI-12817:
-----------------------------------
Summary: YARN ownership is not set correctly on container-executor
Key: AMBARI-12817
URL: https://issues.apache.org/jira/browse/AMBARI-12817
Project: Ambari
Issue Type: Bug
Components: ambari-server, ambari-web, stacks
Affects Versions: 2.1.1
Reporter: Dmytro Sen
Assignee: Dmytro Sen
Priority: Critical
Fix For: 2.1.2
Permissions on the container-executor need to be set so the group used for the
hadoop components but if YARN is installed after-the-fact (i.e. install
cluster, then add service YARN) and you are using a non-default group (like
"hadooptest") they are not being set.
{code}
> ls -la /usr/hdp/current/hadoop-yarn-nodemanager/bin/container-executor
---Sr-s--- 1 root hadoop 115062 Jul 14 09:07
/usr/hdp/current/hadoop-yarn-nodemanager/bin/container-executor
{code}
Should be:
{code}
# ls -la /usr/hdp/current/hadoop-yarn-nodemanager/bin/container-executor
---Sr-s--- 1 root hadooptest 115062 Jul 14 09:07
/usr/hdp/current/hadoop-yarn-nodemanager/bin/container-executor
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)