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:12 UTC

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

Swapan Shridhar created AMBARI-16112:
----------------------------------------

             Summary: 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, 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}



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