Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hive metastore canary failed

avatar
New Contributor

"Bad : The Hive Metastore canary failed to create a catalog."

Getting error in hive CDP,Any idea how to resolve this?

 

1 REPLY 1

avatar
New Contributor

Add the following to the "Hive Metastore Server Advanced Configuration Snippet (Safety Valve) for hive-site.xml", beneath the Hive Metastore Server Advanced configuration, save, and restart the Hive Metastore Server:

<property>
<name>hive.metastore.event.listeners</name>
<description>This will stop HMS blocking by Sentry</description>
<value></value>
</property>

 

@Note Test the properties in Test environment once it works then consider to add in Prod.