Member since
02-07-2022
273
Posts
61
Kudos Received
40
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 418 | 06-17-2026 04:35 AM | |
| 255 | 06-17-2026 04:35 AM | |
| 290 | 06-17-2026 04:33 AM | |
| 1857 | 12-13-2025 08:09 PM | |
| 2657 | 10-18-2025 09:09 PM |
08-11-2026
11:40 PM
Hello @kiki_adm Thank you for reaching to Cloudera Community Regarding the reported behavior where the Pod Count decreased from 54 to 18 after restarting the service, this does not necessarily indicate that pods were actually deleted or that there is an issue with the cluster. The Pod Count displayed on the dashboard represents the number of pods being returned by the underlying monitoring/metrics query for the configured scope and filters. Therefore, the value can temporarily change after a service restart while the monitoring component is rebuilding or reloading its pod information. To determine whether this is an actual pod-level issue or only a monitoring/dashboard discrepancy, we recommend first comparing the dashboard value with the actual Kubernetes pod count. For example: kubectl get pods -A --no-headers | wc -l For a specific namespace: kubectl get pods -n <namespace> --no-headers | wc -l
kubectl get pods -n <namespace> It is also useful to check the pod status: kubectl get pods -A If Kubernetes shows that the expected number of pods are running while the dashboard shows only 18, this would indicate that the issue is likely related to metrics collection, monitoring, or the dashboard query, rather than an actual loss of pods. Looking forward for your response
... View more
06-17-2026
04:35 AM
Hello @Hayden Thank you for reaching to Cloudera community You can refer the following link to check about the pricing model https://www.cloudera.com/products/pricing.html
... View more
06-17-2026
04:35 AM
Hello @Hayden Thank you for reaching to Cloudera community You can try trial license and refer the following link https://www.cloudera.com/downloads/cdp-private-cloud-trial.html
... View more
06-17-2026
04:33 AM
Hello @Hayden Thank you for reaching to Cloudera Community Please follow the below link for more information https://www.cloudera.com/downloads/cdp-private-cloud-trial.html
... View more
03-04-2026
08:29 PM
Hello @s-raju Thank you for reaching out to Cloudera community Can you please share the exact error with Ranger KMS? Did you tried restarting Ranger KMS? Are there any errors in Ranger KMS logs? What error are we facing job ? Thank you Kshitij Upadhyay
... View more
02-26-2026
01:58 AM
Hello @jkoral Thank you for reaching out to Cloudera community You mean to say the node is still coming with old hostname even though you changed the hostname So cloudera-agent will work with UUID's as well which is stored in /var/lib/cloudera-scm-agent/uuid Can you check once if that file is same or different? What UUID host is showing in CM UI?
... View more
01-05-2026
12:57 AM
Hello @shubham_rai Could you please provide an update on this? Was the hive on Tez not restarted, or was a false stale entry present on the hive on Tez? Was a restart required or stale entry icon was gone on its own? Did you find any error in CM server logs? Please help our community grow. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped.
... View more
01-05-2026
12:55 AM
Hello @Olivia-donut Could you please confirm if you are still facing the issue? Is the heartbeat working fine? Please help our community grow. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped.
... View more
12-15-2025
01:11 AM
Hello @Olivia-donut Thank you for your update Actually, the same document holds true for both scenarios, that is, with TLS as well as without TLS. Also what about the networking angle? Let's try manual telnet # telnet <my_load_balancer> 7182 # openssl s_client -connect my_load_balancer:7182
... View more