/clusters/{clusterName}/services/{serviceName}/commands/disableSentryHa
Mount Point: /api/v18/clusters/{clusterName}/services/{serviceName}/commands/disableSentryHa
POST
Disable high availability (HA) for Sentry service.
This command only applies to CDH 5.13+ Sentry services.
The command will keep exactly one Sentry server, on the specified host, and update the ZooKeeper configs needed for Sentry.
All services that depend on HDFS will be restarted after enabling Sentry HA.
Note: Sentry doesn't support Rolling Restart.
Parameters
name | description | type | default |
---|---|---|---|
serviceName | A String representing the Sentry service name. | path | |
clusterName | (no documentation provided) | path |
Request Body
element: | disableSentryHaArgs |
An instance of ApiDisableSentryHaArgs representing the arguments to the command.
Response Body
element: | command |
the created command instance