You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Vihang Karajgaonkar (JIRA)" <ji...@apache.org> on 2019/03/26 00:39:00 UTC

[jira] [Created] (IMPALA-8358) mini cluster should be able to start metastore with Kerberos

Vihang Karajgaonkar created IMPALA-8358:
-------------------------------------------

             Summary: mini cluster should be able to start metastore with Kerberos
                 Key: IMPALA-8358
                 URL: https://issues.apache.org/jira/browse/IMPALA-8358
             Project: IMPALA
          Issue Type: Test
            Reporter: Vihang Karajgaonkar


Most production setups will have Kerberos enabled metastore deployed. It would be good to have minicluster should use kerberized metastore to simulate closer to actual deployments.

I see the following configs are disabled for a long time from {{postgresql-hive-site.xml.template}} file. Adding them here for reference.

{noformat}
<!-- Having problems getting the metastore up with Kerberos.  Defer for now.
<property>
  <name>hive.metastore.sasl.enabled</name>
  <value>true</value>
  <description>If true, the metastore thrift interface will be secured
    with SASL. Clients must authenticate with Kerberos.</description>
</property>
<property>
  <name>hive.metastore.kerberos.keytab.file</name>
  <value>${KRB5_KTNAME}</value>
</property>
<property>
  <name>hive.metastore.kerberos.principal</name>
  <value>${MINIKDC_PRINC_HIVE}</value>
</property>
-->
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org