[
https://issues.apache.org/jira/browse/IMPALA-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-8358.
-----------------------------------
Resolution: Duplicate
IMPALA-9361 added some basic support to start up parts of the minicluster with
kerberos
> 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
> Priority: Major
>
> 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
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]