Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-6093

Ambari secure cluster configures all users as yarn admins

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.1
    • 1.6.1
    • ambari-web, site
    • None

    Description

      Ambari's configuration for a secure cluster has yarn-site.xml with:

        <property>
          <name>yarn.admin.acl</name>
          <value>*</value>
        </property>
      

      which enables all users as yarn admins. It should set an empty list:

        <property>
          <name>yarn.admin.acl</name>
          <value></value>
        </property>
      

      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.

      Attachments

        1. AMBARI-6093.patch
          4 kB
          Jaimin Jetly

        Activity

          People

            jaimin Jaimin Jetly
            jaimin Jaimin Jetly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: