Member since
04-02-2019
12
Posts
0
Kudos Received
0
Solutions
04-24-2023
09:02 PM
I think in case of other built-in services like HDFS and Yarn, there are some kind of health tests that trigger alerts when any one role goes down. What I want to know is how to implement this feature with a custom service created using CSD framework. I couldn't find anything relevant in the CSD doc: https://github.com/cloudera/cm_ext/wiki
... View more
04-23-2023
07:50 AM
Hi, I have a custom service installed on Cloudera Manager using CSD and parcel framework. The Service has 2 Roles, each of which manages a daemon process on the node. Whenever a daemon goes down any node the CM shows that Role instance as Down but no alert is generated. How can I create an alert even if one Role instance goes down?
... View more
Labels:
- Labels:
-
Cloudera Manager
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?
... View more
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.
... View more
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.
... View more
Labels:
- Labels:
-
Cloudera Manager
01-14-2021
09:33 PM
@nij23 I have the correct account and resource role in my environment. I restarted the cluster created from the custom cluster definition and when I opened the CM-UI I got this message: Above Text for reference: HTTP ERROR 500 javax.servlet.ServletException: javax.servlet.ServletException: java.lang.NullPointerException: Custom client SSL context, if set, must not be null. URI: /test5/cdp-proxy/cmf/home/ STATUS: 500 MESSAGE: javax.servlet.ServletException: javax.servlet.ServletException: java.lang.NullPointerException: Custom client SSL context, if set, must not be null. SERVLET: cdp-proxy-knox-gateway-servlet CAUSED BY: javax.servlet.ServletException: javax.servlet.ServletException: java.lang.NullPointerException: Custom client SSL context, if set, must not be null. CAUSED BY: javax.servlet.ServletException: java.lang.NullPointerException: Custom client SSL context, if set, must not be null. CAUSED BY: java.lang.NullPointerException: Custom client SSL context, if set, must not be null. When I try to open the CM-UI the second time and in any subsequent tries, I get the 403 Forbidden message. I see the 500 Servlet Exception only the first time when I try to access CM-UI. Could it be because the "enableAutoTls" property was automatically set to false when I registered the custom cluster definition even though I had explicitly set it to true in my cluster definition JSON?
... View more
01-14-2021
06:50 AM
@nij23, Thanks. I created a cluster definition on CDP 7.2.6 (latest available version) following the above steps and was able to create a Data Hub with my custom CSD and parcels distributed, activated. I used the cdp cli to successfully create the datahub cluster. I wanted to save this definition to use from the management console too, so I used "cdp datahub create-cluster-definition" command. But when I viewed the cluster definition JSON on Management console (Shared resources section), the "enableAutoTls" property was set to false even though I had set it to true explicitly in my JSON file. When I tried creating a cluster with this definition, I wasn't able to access the CM-UI or other service UIs after the cluster was created and in running state. Just wanted to point this out, that I am able to create cluster via cdpcli but via management console UI it was failing. Any suggestions on this? Additionally, Can you point me to any documentation for the model/schema of the CDP Cluster Definition?
... View more
12-28-2020
01:39 AM
Hi. Thanks for this article. Which version of CDP Platform is this feature available in?
... View more