You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2016/07/01 21:19:10 UTC

[jira] [Created] (AMBARI-17538) Spark1 and Spark2 should use different value for spark.history.kerberos.keytab

Yesha Vora created AMBARI-17538:
-----------------------------------

             Summary: Spark1 and Spark2 should use different value for spark.history.kerberos.keytab
                 Key: AMBARI-17538
                 URL: https://issues.apache.org/jira/browse/AMBARI-17538
             Project: Ambari
          Issue Type: Bug
    Affects Versions: 2.4.0
            Reporter: Yesha Vora


Scenario:
* Install spark1 historyserver on host1. Spark1 uses "/XXX/spark.headless.keytab" as spark.history.kerberos.keytab and "YYY" as spark.history.kerberos.principal.
Install Spark2 historyserver on host1. Spark2 also uses "/XXX/spark.headless.keytab" as spark.history.kerberos.keytab and "ZZZ" as spark.history.kerberos.principal

Since, spark1 and spark2 are using same keytab location but different principals. /XXX/spark.headless.keytab gets override and its principal is changed on install of spark2. Thus, spark1 history server can not be restarted. The restart operation fails to kinit with spark1 principal.

Thus, ambari should use two different location for spark.history.kerberos.keytab



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