Created 02-25-2021 06:57 AM
I have a custom Service that contains 2 Roles that should be installed together on each node. But I couldn't find anything on how to define the start and stop order between those roles.
Any solution would be much appreciated.
Created 03-02-2021 07:03 AM
@FRG96 Check out below reference doc. This can help you to tweak CSDs.
https://github.com/cloudera/cm_ext/wiki/Service-Descriptor-Language-Reference
Created 03-09-2021 08:33 AM
I am following the same documentation but I couldn't find anything on how to define the start order between 2 roles in my custom service. I have defined the startRunner for each role and it is starting both roles at the same time when I add the service to CDH. Similarly, I want to define the stop order of the roles.
Created 05-07-2021 11:36 AM
Is there any way out for this? In Ambari, there is a role_command_order.json for custom service's component start/stop ordering. Anything similar in Cloudera Manager?