Member since
03-03-2025
0
Posts
0
Kudos Received
0
Solutions
03-04-2025
06:59 AM
Hello @Syl1234 Thank you for reaching out Cloudera Community. We can start/stop the service using supervisord on the host level where the cluster roles deployed, however it will cause role/service status discrepancy in the CM's backend database. Hence it is always recommended to stopping and restarting cluster services should perform through Cloudera Manager only. Kindly refer our product documentation [0] [0] https://docs.cloudera.com/data-hub/cloud/manage-clusters/topics/mc-restart-services.html If you are looking for cli options, You can make use of the REST API call /clusters/{clusterName}/services/{serviceName}/roleCommands/stop under CM UI -> Support -> API Explorer or API Documentation.
... View more