Created on 05-20-2019 05:40 AM - edited 09-16-2022 07:24 AM
Hi @Darren @Wilfred @dice @michalis
I am working on Sentry deployment in Cloudera Manager, I want to enable High Availability for Sentry service. I went through many Cloudera Sites but I could see only GUI method of enabling Sentry HA but I want to enable HA for Sentry through CM API in python, Could you please guide me on this that how can I achieve this.
Thanks in advance
Swathi S G
Created 05-20-2019 08:24 AM
Created 05-20-2019 01:16 PM
Sentry HA is supported as of CM / CDH 5.13.0
https://www.cloudera.com/documentation/enterprise/latest/topics/sg_sentry_ha.html
To enable Sentry HA via the API, after meeting the prerequisites, you will need to:
1) Add an extra Sentry Server role to a host
2) You may need to go to the Hive service and Enable Stored Notifications in Database (HMS group setting)
3) Generally follow the public doc instructions for enabling Sentry HA with rolling restart, but using API commands instead of GUI actions.
Created 05-20-2019 09:28 PM