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

Hudson commented on AMBARI-20947:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #1513 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/1513/])
Revert "AMBARI-20947. Use keytab file named 'hive.service.keytab' (sshridhar: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9b5263bc537a2fa95d0c75e85288edeb4b9dad60])
* (edit) 
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py
* (edit) 
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_llap_app_status.py


> Use keytab file named 'hive.service.keytab' instead of 
> 'hive.llap.zk.sm.keytab' in hive_server_interactive.py for copying to slider.
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-20947
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20947
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: trunk, 2.5.0
>            Reporter: Swapan Shridhar
>            Assignee: Swapan Shridhar
>            Priority: Blocker
>             Fix For: trunk, 2.5.1
>
>         Attachments: AMBARI-20947.patch
>
>
> *Issue:* 
> HSI server start failed with "kinit: Key table file 
> '/etc/security/keytabs/hive.llap.zk.sm.keytab' not found while getting 
> initial credentials".
> *Reason:* 
> This can happen when HSI is placed on a node where YARN's NodeManager node 
> doesn't exists. Thus, 'hive.llap.zk.sm.keytab' file wont get generated.
> *Fix:*
> Following are the principals in both keytab files:
> {code}
> [root@ctr-e133-1493418528701-3077-01-000003 keytabs]# klist -kt 
> hive.service.keytab
> Keytab name: FILE:hive.service.keytab
> KVNO Timestamp         Principal
> ---- ----------------- 
> --------------------------------------------------------
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
> [root@ctr-e133-1493418528701-3077-01-000003 keytabs]# 
> [root@ctr-e133-1493418528701-3077-01-000003 keytabs]# klist -kt 
> hive.llap.zk.sm.keytab 
> Keytab name: FILE:hive.llap.zk.sm.keytab
> KVNO Timestamp         Principal
> ---- ----------------- 
> --------------------------------------------------------
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
>    2 05/03/17 20:57:16 
> hive/ctr-e133-1493418528701-3077-01-000003.hwx.s...@example.com
> [root@ctr-e133-1493418528701-3077-01-000003 keytabs]# 
> {code}
> Given that *'hive.service.keytab'* and *'hive.llap.zk.sm.keytab'* contains 
> the same principals, we can use 'hive.service.keytab'  for copying principals 
> to slider in HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to