Member since
02-07-2022
258
Posts
61
Kudos Received
36
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 250 | 10-18-2025 09:09 PM | |
| 255 | 10-02-2025 02:18 AM | |
| 304 | 10-01-2025 05:22 AM | |
| 1568 | 07-30-2025 09:33 PM | |
| 606 | 07-15-2025 07:28 PM |
07-15-2025
07:28 PM
1 Kudo
Hello @jkoral Thank you for reaching out to the Cloudera Community From the error it seems privilege issue. Could you please confirm if you have provided the below permission in the DB GRANT ALL PRIVILEGES ON <db-name>.* TO 'rman'@'%';
GRANT ALL PRIVILEGES ON <db-name>.* TO 'rman'@'localhost';
GRANT ALL PRIVILEGES ON <db-name>.* TO 'rman'@dmidlkprdls01.svr.luc.edu' If not, please do the same and restart the Reports Manager.Ensure that you are providing the correct DB details in CMS >> Configuraiton >> Reports manager >> Database We will be waiting for your response Thank you Kshitij Upadhyay
... View more
07-12-2025
12:47 AM
Hello @biker Thank you for reaching out to the Cloudera community. Yes you are right the host should be present already Refer the following document for the same Set up the hosts for the new cluster by installing Cloudera Manager agents and the JDK on all hosts. For secure clusters, also configure a Kerberos key distribution center (KDC) in Cloudera Manager. https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/configuring-clusters/topics/cdpdc-creating-runtime-cluster-cm-template.html
... View more
07-07-2025
03:20 AM
Hello @adi1234 Thank you for contacting Cloudera community Could you please confirm if you have followed the below document for setting up the configurations? https://www.cloudera.com/blog/technical/auditing-to-external-systems-in-cdp-private-cloud-base.html Also, which CDP version are you using?
... View more
06-27-2025
05:31 AM
Hello @tejan08 Thank you for reaching to Cloudera Are you using CDP public Cloud or private cloud? Was it working before? It seems this feature is there for public cloud only
... View more
06-27-2025
05:21 AM
Hello @Rengaw Thank you for reaching out to Cloudera community Do you have already a cluster running if yes you can export the template and import it using the below steps https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/configuring-clusters/topics/cdpdc-creating-runtime-cluster-cm-template.html Else you might need to follow the steps steps https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/configuring-clusters/topics/cm-api.html The value you will need to provide manually just refer the above docs and let me know if you have any queries Thank you Kshitij Upadhyay
... View more
06-26-2025
10:30 PM
@EFasdfSDfaSDFG Great, glad to know that the issue is resolved Thanks again
... View more
06-26-2025
10:29 PM
Hello @Jecky Was a reboot performed on the node? Can it be tried once? Also this might need further deep level analysis regarding the threads so if you have a Cloudera license would it be possible to raise a support case for this Thank you Kshitij Upahdyay
... View more
06-26-2025
10:25 PM
Thanks @WMichael I am not sure about any other way but reinstalling the ODBC driver should fix the issue is certs are bundled with the driver only
... View more
06-25-2025
11:57 PM
Hello @WMichael Thank you for reaching out to Cloudera Community How to update cacerts.pem: 1. Locate the file: Find where your cacerts.pem file is stored on your system. The location varies depending on your operating system, web server, or application (e.g., PHP, OpenSSL). 2. Obtain a new cacerts.pem: You can either download a fresh cacerts.pem from a trusted source (like your operating system vendor or a reputable security provider) or copy from the working node or else generate one yourself third party reference. 3. Replace the old file: Carefully replace the expired cacerts.pem file with the new one. 4. Configure your system: If necessary, update your system's configuration to point to the new cacerts.pem file. For example, you might need to adjust the curl.cainfo setting in your php.ini file. 5. Restart services: After updating the file and configuration, restart any relevant services (e.g., web server, PHP) to apply the changes.
... View more
06-25-2025
11:50 PM
1 Kudo
Hello @EFasdfSDfaSDFG Thank you for reaching out to Cloudera Commnuity Yes stopping a particular role is possible. Please try the below steps Please get the roles running on a particular host using the following endpoint https://FQDN_CLUSTER:7183/api/v48/hosts/<host-uuid>?view=FULL Replace host FQDN and Cluster UUID above and now copy the exact role name For eg>> "clusterName" : "Cluster 1",
"serviceName" : "SOLR-1",
"roleName" : "SOLR-1-SOLR_SERVER-edf000ebd88d4bc569416c779527523d",
"healthSummary" : "CONCERNING",
"roleStatus" : "STARTED" Then stop using the below API curl -X POST "https://<CLuster-FQND>:7183/api/v57/clusters/<Cluster-name>/services/SOLR-1/roleCommands/stop" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"items\": [ \"SOLR-1-SOLR_SERVER-edf000ebd88d4bc569416c779527523d\" ]}" Let me know if that helps 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