You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Swapan Shridhar (JIRA)" <ji...@apache.org> on 2017/11/22 18:21:01 UTC

[jira] [Commented] (AMBARI-22472) AMBARI-22472. Ambari Upgrade 2.5 -> 2.6 : Update NodeManager's HSI identity 'llap_zk_hive' and 'llap_task_hive' to use '/HIVE/HIVE_SERVER/hive_server_hive' reference instead of creating the same identity again.

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

Swapan Shridhar commented on AMBARI-22472:
------------------------------------------

commit


{code:title=branch-2.6}
commit 7f5b7d7cef41162686e4ff9e3b620de990a6bd3f
Author: Swapan Shridhar <ss...@hortonworks.com>
Date:   Mon Nov 20 12:26:48 2017 -0800

    AMBARI-22472. Ambari Upgrade 2.5 -> 2.6 : Update NodeManager's HSI identity 'llap_zk_hive' and 'llap_task_hive' to use '/HIVE/HIVE_SERVER/hive_server_hive' reference instead of creating the same identity again.
{code}



{code:title=trunk}
commit 65ca08455f05b7c7e9352723f2bea21e86bc43e8
Author: Swapan Shridhar <ss...@hortonworks.com>
Date:   Tue Nov 21 15:57:44 2017 -0800

    AMBARI-22472. Ambari Upgrade 2.5 -> 2.6 : Update NodeManager's HSI identity 'llap_zk_hive' and 'llap_task_hive' to use '/HIVE/HIVE_SERVER/hive_server_hive' reference instead of creating the same identity again.
{code}

> AMBARI-22472. Ambari Upgrade 2.5 -> 2.6 : Update NodeManager's HSI identity 'llap_zk_hive' and 'llap_task_hive' to use '/HIVE/HIVE_SERVER/hive_server_hive' reference instead of creating the same identity again.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-22472
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22472
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Swapan Shridhar
>            Assignee: Swapan Shridhar
>         Attachments: AMBARI-22472.1.patch, AMBARI-22472.patch, Screen Shot 2017-11-17 at 11.44.41 PM.png, Screen Shot 2017-11-17 at 11.44.55 PM.png
>
>
> **Background:**
> YARN NodeManager currently has:
> - 2 identities in 2.5 stack, namely : **'/HIVE/HIVE_SERVER/hive_server_hive'**  and **'llap_zk_hive'**.
> -- **/HIVE/HIVE_SERVER/hive_server_hive** is a reference from HIVE_SERVER, whereas
> -- **llap_zk_hive** creates same principal as above in a separate keytab file.
> - and 3 identities in 2.6 stack:
> *'/HIVE/HIVE_SERVER/hive_server_hive'*  and *'llap_zk_hive'*.
> -- **/HIVE/HIVE_SERVER/hive_server_hive** is a reference from HIVE_SERVER, whereas
> -- **llap_zk_hive** and **llap_task_hive** creates same principal as above in a separate keytab file.
> **Issue:** Recreating same identities in different files creates issues while AMbari upgrade from 2.5 to 2.6, as the *llap_zk_hive* are not refreshed/updated after the upgrade. Thus, HSI fails to come up.
> **Fix:** 
> **For HDP 2.5:** Make **llap_zk_hive** point as a reference pointing to /HIVE/HIVE_SERVER/hive_server_hive, so that we have one identity getting created only at one place and one keytab file.
> **For HDP 2.6:** Make **llap_zk_hive** and **llap_task_hive** point as a reference pointing to /HIVE/HIVE_SERVER/hive_server_hive, so that we have one identity getting created only at one place and one keytab file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)