Member since
02-07-2022
131
Posts
51
Kudos Received
16
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
279 | 07-28-2024 05:40 AM | |
1974 | 07-18-2024 08:46 PM | |
645 | 05-21-2024 09:33 PM | |
958 | 04-23-2024 08:54 PM | |
861 | 04-22-2024 11:25 PM |
11-18-2024
04:11 AM
1 Kudo
I would appreciate any support from anyone
... 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