Member since
02-07-2022
253
Posts
61
Kudos Received
35
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
123 | 10-02-2025 02:18 AM | |
134 | 10-01-2025 05:22 AM | |
1215 | 07-30-2025 09:33 PM | |
494 | 07-15-2025 07:28 PM | |
346 | 07-12-2025 12:47 AM |
12-20-2024
01:32 AM
1 Kudo
The TLS/SSL are configured correctly. Also, the krb5.conf is the same for pre-prod which is working fine. I think the problem partly has to do with our Python3.8 installation. We did the installation via Anaconda. Cloudera recommended will use yum to install the rh-python38 on our RHEL/OL7. Documentation is here: Installing Python 3.8 standard package on RHEL 7 | CDP Private Cloud Also, regarding the Impala, this Cloudera documentation was quite helpful: Configuring Impala Web UI | CDP Public Cloud The issue is resolved now by following the instructions in the above documentation.
... 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-22-2024
05:11 AM
hi @Hydg "cloudera management" pods are unable to reach the "cloudera manager" address check if the service on port 7183 is available, if the service is available, if there is no internal firewall blocking it, etc. check the pods logs and "cm" logs
... 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
10-09-2024
11:17 PM
1 Kudo
This occurs in two scenarios 1. Jdk-11 installed but not provided mod 777 2. jdk-11 not properly extracted and moved install openjdk11 download the file openjdk-11_linux-x64_bin.tar to /tmp tar -xf openjdk-11_linux-x64_bin.tar mv /tmp/jdk-11 /usr/lib/jvm chmod 777 /usr/lib/jvm/jdk-11 update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk-11/bin/java" 1010 update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk-11/bin/javac" 1010 verify > java -version & javac -version restart cloudera-scm-server
... View more
09-04-2024
09:02 AM
could you please give me how to fix the url?? ls /etc/yum.repos.d/ ambari-hdp-1.repo CentOS-Debuginfo.repo CentOS-Vault.repo ius-archive.repo vault.centos.org_7.5.1804_os_x86_64_.repo ambari.repo CentOS-fasttrack.repo epel.repo ius.repo CentOS-Base.repo CentOS-Media.repo epel-testing.repo ius-testing.repo CentOS-CR.repo CentOS-Sources.repo hdp-solr.repo mysql.repo
... View more
08-08-2024
01:33 AM
Thank you, I resolved it after clear all /dfs/nn and /dfs/dn at all nodes, and recreated all databases.
... 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-22-2024
08:13 AM
1 Kudo
Hi, yes it was a problem with incorrect pass phrase being passed to the keystorePassword.
... View more
07-18-2024
08:30 AM
The issue was with the corrupted CSD Jar files. When I try to do curl for download, looks like the csd jars didn't download fully for whatever reason. So I had do manually get them and put them /opt/cloudera/csd and verified the permissions and ownership 644 and cloudera-scm and restarted both cm server service, which fixed the issue.
... View more