Member since
02-07-2022
258
Posts
61
Kudos Received
36
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 417 | 10-18-2025 09:09 PM | |
| 374 | 10-02-2025 02:18 AM | |
| 385 | 10-01-2025 05:22 AM | |
| 1879 | 07-30-2025 09:33 PM | |
| 690 | 07-15-2025 07:28 PM |
01-13-2025
02:59 AM
Hello @Lavenda Thank you for reaching out to community Can you please confirm what is the heap assigned to CM server? You can check the same in /etc/default/cloudera-scm-server Also, do you see JVM pauses in /var/log/cloudera-scm-server/cloudera-scm-server.log. If you see JVM pauses in the above logs try increasing the heap for CM server and restart the cloudera-scm-server service (systemctl restart cloudera-scm-server) # cat /var/log/cloudera-scm-server/cloudera-scm-server.log | grep -i "Detected pause in JVM"
... View more
01-07-2025
08:44 AM
Hello @Riyadbank Thank you for reaching out to community Problem 1: conflicting requests
- nothing provides module(perl:5.26) needed by module perl-DBD-SQLite:1.58:8080020231031074729:073fa5fe-0.x86_64 The above error indicates that perl module is missing please enabled the repositories for RHEL 8 app stream and base os and try to install the perl module and that should fix your issue
... View more
12-15-2024
10:21 PM
1 Kudo
Hello @sayebogbon Apologies for the delayed response It seems the encryptions types are not matching in the keytab and KDC server I would suggest the below 1.) Stop the cluster through CM 2.) Go to CM --> Administration --> Kerberos --> 'Kerberos Encryption Types', then add the following encryption types: rc4-hmac aes256-cts aes128-cts 3.) Do redeploy krb5.conf through CM, 4.) Regenerate the keytabs and principles from CM UI 5.) Start the cluster Let us know how it goes
... View more
10-23-2024
03:56 AM
Hello, Thank you for reaching out Can you please share the error screenshot? Do you see the host on CM UI? Can you compare the /etc/cloudera-scm-agent/config.ini from the working node it that correct? Also share the output of following command # /opt/cloudera/cm-agent/bin/supervisorctl -c /var/run/cloudera-scm-agent/supervisor/supervisord.conf status
... View more
10-23-2024
03:50 AM
1 Kudo
Hello @sayebogbon Thank you for reaching out Can you please confirm if the nodes are heartbeating fine? You can check from Hosts >> All hosts page on CM UI and check the heartbeat Regarding the kerberos errors Can you please login to the node command line and try manual kinit # cd /var/run/cloudera-scm-agent/process Go into latest HDFS process directory and try manual kinit Compare /etc/krb5.conf from working nodes as well Also, has OS upgrade been performed as well?
... View more
10-15-2024
11:05 PM
1 Kudo
Hello @Hydg Check the environment pod logs as well Also check the pod logs of pod-cdp-release-thunderhead-environment-7-<replace-me>-thunderhead-environment
... View more
10-13-2024
11:10 PM
1 Kudo
Hello @Hydg Thanks for reaching out May be you can try checking the CM server logs ( /var/log/cloudera-scm-server/cloudera-scm-server.log) Also check the pod logs of pod-cdp-release-thunderhead-environment-7-<replace-me>-thunderhead-environment
... View more
10-13-2024
11:07 PM
2 Kudos
Hello @Israr Thank you for reaching out to the community Please refer the following answer and check if that helps https://community.cloudera.com/t5/Support-Questions/Grafana-support-in-CDP-data/m-p/357186#M237498 https://grafana.com/grafana/plugins/foursquare-clouderamanager-datasource/
... View more
07-31-2024
06:23 AM
Hello @Tung Thank you for reaching out. This seems to be coming from the namenode Please expand the task there you will be able to see more errors FINISHED, success:false, msg:Failed to format NameNode
... View more
07-28-2024
05:40 AM
Hello @Amos_Chandel Thank you for reaching out You can refer the below document for the same https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/ch_wire-https.html Additionally you may want to check the previous discussion regarding the same https://community.cloudera.com/t5/Support-Questions/Setting-up-SSL-between-different-HDP-components/td-p/117377 Thank you Kshitij Upadhyay
... View more