Member since
02-07-2022
258
Posts
61
Kudos Received
36
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 333 | 10-18-2025 09:09 PM | |
| 323 | 10-02-2025 02:18 AM | |
| 349 | 10-01-2025 05:22 AM | |
| 1721 | 07-30-2025 09:33 PM | |
| 642 | 07-15-2025 07:28 PM |
06-03-2024
03:58 AM
Hello @soumM Yes that is pretty strange, I don't how you have configured this What version of CM CDP are you using? Check CM UI >> Cloudera Management Services >> Configuration >> Roll Group and check what do you see there?
... View more
05-27-2024
04:10 AM
1 Kudo
Hello, Thank you for reaching out The override is there so that if you have a role running on 2-3 nodes and you want to override a configuration on a particular host you can do that. If you want same for all nodes then you can set that up in Default group
... View more
05-21-2024
09:33 PM
Hello @npdell Thank you for reaching out. May you refer already answered discussion below https://community.cloudera.com/t5/Support-Questions/Grafana-support-in-CDP-data/td-p/356499 The above will help you to proceed further
... View more
05-09-2024
08:53 PM
1 Kudo
Hello @soumM Thank you for reaching out Do you see GC paused in SMON logs? Can you try increasing the java heap size to 4GB Regarding the connection timeout messages try performing a telnet from SMON host to the host on which you are observing in the logs (hostname and port) # telnet <target-hostname> <port>
... View more
04-25-2024
09:20 PM
Hello, Thank you for your update Do you need a proxy for yum to reach out to that IP Check if proxy is present as environment variable as well # env | grep -i proxy
... View more
04-24-2024
09:32 PM
1 Kudo
Hello, Thank you for your update I could see enabled field is missing in Cloudera Manager repository Can you please check the output of following command and see if packages are installed the yum is working fine # rpm -qa | grep -i cloudera # rpm -qa | grep -i jdk # yum clean all # yum repolist
... View more
04-24-2024
10:28 AM
Hello @Marks_08 Thank you for reaching out Firstly please confirm whether are you using the local repository for the installation of CDP. If yes are the required packages present like openjdk and cm packages? Also to fix the below error please move all the file starting with cloudera from /etc/yum.repos.d to /tmp or any other location # mv /etc/yum.repos.d/cloudera* /tmp # yum clean all # rm -rf /var/cache/yum # yum repolist BEGIN sudo yum --disablerepo=* --enablerepo=cloudera* info openjdk8
Error: Cannot find a valid baseurl for repo: cloudera-manager
END (1)
remote package openjdk8 is not available, giving up
... View more
04-24-2024
12:17 AM
1 Kudo
Hello @asbs Thank you for reaching out Have you tried importing the tables manually using the below? https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/atlas-import-utility/topics/atlas-importing-hive-metadata-utility.html
... View more
04-23-2024
08:54 PM
1 Kudo
Thanks @Hae for coming back The first thing is 1.5.3 is not supported with RHEL 8.4 not sure if that could be an issue as well For DNS ensure that you have followed the prereqs while installation Are you using custom or self-signed auto-generated certs
... View more
04-23-2024
08:42 PM
1 Kudo
Hello @Hae Thank you for reaching out Can you please confirm the exact version you are on? From Longhorn UI do you see any issues with the volumes as it seems some mount-related errors in the describe output that you shared
... View more