Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When hive.repl.cm.enabled=true, ReplChangeManager tries to access HDFS before metastore does kerberos login using keytab.
Metastore startup code doesn't do an explicit login using keytab, but instead relies on kinit by saslserver for use by thrift to do it.
It would be cleaner to do an explicit UGI.loginFromKeytab instead to avoid such issues in future as well.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-15525 Hooking ChangeManager to "drop table", "drop partition"
- Closed