[
https://issues.apache.org/jira/browse/AMBARI-11043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14538846#comment-14538846
]
Hudson commented on AMBARI-11043:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2564 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2564/])
AMBARI-11043. falcon client not initalizing for secure clusters (rlevas)
(rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=78bc075ffe8517a971a253dc1ce2762b58d1505a)
*
ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/kerberos.json
> falcon client not initalizing for secure clusters
> -------------------------------------------------
>
> Key: AMBARI-11043
> URL: https://issues.apache.org/jira/browse/AMBARI-11043
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Blocker
> Labels: falcon, kerberos
> Fix For: 2.1.0
>
> Attachments: AMBARI-11043_01.patch
>
>
> {code}
> # falcon admin -version
> ERROR: Unable to initialize Falcon Client object
> {code}
> It would also be immensely helpful if we print some logs some where for this.
> Or create an env var that when set allows us to see debug logs because i have
> no idea why this error came up and how to debug any further. Nothing ever
> made it to the server side logs.
> *Solution*
> The *.falcon.http.authentication.kerberos.name.rules need to be uodated such
> that they are the same as hadoop.security.auth_to_local. To do this, add the
> following under the relevant service item in the Falcon kerberos.json file:
> {code}
> "auth_to_local_properties" : [
>
> "falcon-startup.properties/*.falcon.http.authentication.kerberos.name.rules"
> ],
> {code}
> For example:
> {code}
> {
> "services": [
> {
> "name": "FALCON",
> ...
> "auth_to_local_properties" : [
>
> "falcon-startup.properties/*.falcon.http.authentication.kerberos.name.rules"
> ],
> ...
> }
> ]
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)