Member since
02-07-2022
145
Posts
54
Kudos Received
18
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
406 | 07-28-2024 05:40 AM | |
2783 | 07-18-2024 08:46 PM | |
834 | 05-21-2024 09:33 PM | |
1204 | 04-23-2024 08:54 PM | |
1124 | 04-22-2024 11:25 PM |
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
07-18-2024
08:46 PM
2 Kudos
Hello @namteen , The below error indicates there are issues with the certificates or keys. Can you please confirm if all the certificates are signed by the CM valid CA none is expired also the key and host combination that you are providing is correct File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/tools/cert.py", line 1607, in _write_keystore_file raise Exception("Failed to generate host pkcs12 file.") Exception: Failed to generate host pkcs12 file. You can check /var/log/cloudera-scm-agent/certmanager.log on the CM server host as well to further check the error >> To check whether the certificate is correct or not run the following command
# openssl x509 -in <cert-file> -noout -text
To check whether cert and key combination is correct or not match output of below commands
#openssl x509 -noout -modulus -in server.pem | openssl md5
#openssl rsa -noout -modulus -in server.key | openssl md5
where server.pem is the certificate and server.key is the key
... View more
07-13-2024
05:26 PM
1 Kudo
Hello @BrianChan Apologies for the delayed response Have you verified if /etc/cloudera-scm-server/db.properties has the correct entires for your database?
... View more
07-13-2024
05:23 PM
2 Kudos
Hello Naveen, Apologies for the delayed response You have to contact the sales team to know about the pricing by filling out the below form https://www.cloudera.com/contact-sales.html
... View more
07-13-2024
01:53 AM
Hello @Sunny9, Thank you for reaching out Please try checking the below link where the same problem was answered. The version might be different but the answer is in much detail https://community.cloudera.com/t5/Support-Questions/NIFI-and-NIFI-Registry-service-not-visible-in-Compute/m-p/375475
... View more
07-13-2024
01:49 AM
Hello @namteen Thank you for reaching out yes for renewing Yes you will need to use Auto-TLS use case 3 https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/security-encrypting-data-in-transit/topics/cm-security-use-case-3.html Also you are correct from UI you can only generate a cloudera manager signed certificate for your custom ca signed certificate you can generate the certificate yourself and pass those in generatecmca API as mentioned in use case 3
... View more
07-10-2024
08:42 PM
1 Kudo
Hello @VenkataAvinash Can you please confirm where are you looking to integrate Trino? I mean which flavor of CDP?
... View more