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: [email protected]
For additional commands, e-mail: [email protected]