[
https://issues.apache.org/jira/browse/YARN-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938015#comment-13938015
]
Oleg Zhurakousky commented on YARN-1841:
----------------------------------------
Au contraire ;) The issue is very valid as stated. Even if it were to change to
a simple documentation issue it is still an issue never the less.
The gist of it is my authentication is explicitly set to SIMPLE and is
overridden to TOKEN without any log message or exception telling me that it is
invalid (see the code above) or that its overridden.
Personally I suspect its an overall deign problem. If Token must be present
then the underlying API must be structured as such, but that is a different
discussion.
Cheers
Oleg
> YARN ignores/overrides explicit security settings
> -------------------------------------------------
>
> Key: YARN-1841
> URL: https://issues.apache.org/jira/browse/YARN-1841
> Project: Hadoop YARN
> Issue Type: Bug
> Components: resourcemanager
> Affects Versions: 2.3.0
> Reporter: Oleg Zhurakousky
>
> core-site.xml explicitly sets authentication as SIMPLE
> {code}
> <property>
> <name>hadoop.security.authentication</name>
> <value>simple</value>
> <description>Simple authentication</description>
> </property>
> {code}
> However any attempt to register ApplicationMaster on the remote YARN cluster
> results in
> {code}
> org.apache.hadoop.security.AccessControlException: SIMPLE authentication is
> not enabled. Available:[TOKEN]
> . . .
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)