You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/06/12 02:11:02 UTC

[jira] [Commented] (AMBARI-6093) Ambari secure cluster configures all users as yarn admins

    [ https://issues.apache.org/jira/browse/AMBARI-6093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14028626#comment-14028626 ] 

Srimanth Gunturi commented on AMBARI-6093:
------------------------------------------

+1 for patch.

> Ambari secure cluster configures all users as yarn admins
> ---------------------------------------------------------
>
>                 Key: AMBARI-6093
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6093
>             Project: Ambari
>          Issue Type: Bug
>          Components: client, site
>    Affects Versions: 1.4.1
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>             Fix For: 1.6.1
>
>         Attachments: AMBARI-6093.patch
>
>
> Ambari's configuration for a secure cluster has yarn-site.xml with:
> {code}
>   <property>
>     <name>yarn.admin.acl</name>
>     <value>*</value>
>   </property>
> {code}
> which enables all users as yarn admins. It should set an empty list:
> {code}
>   <property>
>     <name>yarn.admin.acl</name>
>     <value></value>
>   </property>
> {code}
> yarn.admin.acl should be set to an empty list for both secure and non-secure clusters. yarn.acl.enable should be set true/false depending on whether security is turned on.



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