Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-1841

YARN ignores/overrides explicit security settings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 2.3.0
    • None
    • resourcemanager
    • None

    Description

      core-site.xml explicitly sets authentication as SIMPLE

       <property>
          <name>hadoop.security.authentication</name>
          <value>simple</value>
          <description>Simple authentication</description>
        </property>
      

      However any attempt to register ApplicationMaster on the remote YARN cluster results in

      org.apache.hadoop.security.AccessControlException: SIMPLE authentication is not enabled.  Available:[TOKEN]
      . . .
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ozhurakousky Oleg Zhurakousky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: