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 2016/04/26 10:38:13 UTC

[jira] [Updated] (AMBARI-16112) Removing absolute path for LLAP keytab file (hive.llap.zk.sm.keytab) while creating LLAP slider package.

     [ https://issues.apache.org/jira/browse/AMBARI-16112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Swapan Shridhar updated AMBARI-16112:
-------------------------------------
    Description: 
- Currently, we provide complete path "/etc/security/keytabs/hive.llap.zk.sm.keytab" while creating LLAP slider package.
- But, at package run, expects only the keytab file name : hive.llap.zk.sm.keytab

{code}
"components": {
    "slider-appmaster": {
      ...
      "slider.am.login.keytab.name": "hive.llap.zk.sm.keytab",
      ...
     }
  }
{code}

  was:
- Currently, we provide complete path "/etc/security/keytabs/hive.llap.zk.sm.keytab" while creating LLAP slider package.
- But, ate package run, expects only the keytab file name : hive.llap.zk.sm.keytab

{code}
"components": {
    "slider-appmaster": {
      ...
      "slider.am.login.keytab.name": "hive.llap.zk.sm.keytab",
      ...
     }
  }
{code}


> Removing absolute path for LLAP keytab file (hive.llap.zk.sm.keytab) while creating LLAP slider package.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-16112
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16112
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Swapan Shridhar
>            Assignee: Swapan Shridhar
>             Fix For: 2.4.0
>
>
> - Currently, we provide complete path "/etc/security/keytabs/hive.llap.zk.sm.keytab" while creating LLAP slider package.
> - But, at package run, expects only the keytab file name : hive.llap.zk.sm.keytab
> {code}
> "components": {
>     "slider-appmaster": {
>       ...
>       "slider.am.login.keytab.name": "hive.llap.zk.sm.keytab",
>       ...
>      }
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)