Member since
02-07-2022
252
Posts
60
Kudos Received
34
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
123 | 10-02-2025 02:18 AM | |
1204 | 07-30-2025 09:33 PM | |
489 | 07-15-2025 07:28 PM | |
341 | 07-12-2025 12:47 AM | |
479 | 06-27-2025 05:21 AM |
07-09-2024
10:40 PM
Hello @naju This is an OS repo error. The 404 indicates that the repository locations that you have in repo files which are located in /etc/yum.repos.d/ have incorrect URLs Either fix those URLs manually and run the following command # yum clean all
# rm -rf /var/cache/yum
# yum repolist or else you might need to check with your OS team
... View more
06-17-2024
09:13 PM
Hello @OlivierT Thank you for reaching out Can you please share the output of the below to see what is creating this process? # ps -ef | grep -i 25833
... View more
06-17-2024
09:11 PM
Hello @rahuledavalath Yes only the incremental data will be copied Yes bi-direction will only work if you set the replication policy on both the source and target
... View more
06-07-2024
03:51 AM
1 Kudo
Hello @rahuledavalath In this case, you must create a replication policy on both the source and target. Also, Incremental data from BDR will be copied back to prod once your actual prod is up again
... View more
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