Member since
02-07-2022
140
Posts
54
Kudos Received
18
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
381 | 07-28-2024 05:40 AM | |
2548 | 07-18-2024 08:46 PM | |
792 | 05-21-2024 09:33 PM | |
1153 | 04-23-2024 08:54 PM | |
1061 | 04-22-2024 11:25 PM |
04-12-2024
12:17 AM
1 Kudo
Hello, Thank you for the update What about pods in other namespaces are they running fine, especially in cdp namespace and kube-system namespace? Is the DB pod running fine You might need to check kubelet logs to know more about the problem
... View more
04-11-2024
11:26 PM
2 Kudos
Hello @Hae You might need to check the status of longhorn pods and see why they are failing and need to fix them # kubectl -n longhorn-system get pods Then you will need to describe the pods which are failing that would help us know why they are failing
... View more
04-11-2024
11:17 PM
2 Kudos
Hello @Hae Thank you for reaching out From the below error, it seems that there could be some issue with the volume Warning FailedAttachVolume 108s attachdetach-controller AttachVolume.Attach failed for volume "pvc-33f9624d-4d90-48fa-8469-02a104df1d10" : rpc error: code = DeadlineExceeded desc = volume pvc-33f9624d-4d90-48fa-8469-02a104df1d10 failed to attach to node cdppvc2.hadoop.com with Can you please check the status of the above volume from Longhorn UI? Is that volume in good health or bad health?
... View more
04-10-2024
10:28 PM
1 Kudo
Hello @Santy18 Thank you for reaching out. Could you please confirm the below >> What version of CM CDP are you using? >> Is this a new installation or was it running fine for long time? >> What error do you see in Atlas application logs?
... View more
04-10-2024
12:39 AM
1 Kudo
Hello @mrblack Thank you for reaching out This looks to be a known issue on the old CDH version and is being fixed in CDH 6.3.4 For the time being you can try below two options 1.) As a workaround you can safely increase query monitoring thresholds. In Cloudera Manager > Impala > Configuration > Impala Daemon > Search for "query monitoring":
Set "Query Monitoring Timeout" to 30 (Default 5)
Set "Query Monitoring Period" to 10 (Default 1)
2.) Try restarting the cloudera-scm-agent as well
Note: This does not guarantee that the alerts won't show up again, but will make them less frequent.
... View more
04-08-2024
10:34 PM
2 Kudos
Hello @Hae Thank you for reaching out on this It looks to be cdp key issue. You can confirm using the below If the below output is returning empty results then we might need to regenerate the same and it would be better to raise a support case to further check this as this will need further debugging >> Run the below command and look for cdp_keys.json
# kubectl --kubeconfig ocp-kubeconfig.conf -n cdp get secrets/cm.creds -o yaml
>> From the above copy the value of cdp_keys.json and pass below
# echo "cdp_key.json" | base64 --decode
... View more
04-08-2024
10:19 AM
1 Kudo
Hello @steinsgate Thank you for your update. Glad to know the issue is resolved post-cleanup and reinstallation Yes for the DNS issue as we are discussing on the other thread please check the pre-reqs document and let us know how it goes Let us know if we can mark this as resolved now
... View more
04-07-2024
09:26 PM
2 Kudos
Hello @steinsgate Thank you for reaching out to the community Can you please confirm the ECS version you are using along with the CM and CDP versions? Also, are the Kubernetes core pods running? Have all the prerequisites met as per the documentation # kubectl get pods -n kube-system
... View more
04-07-2024
08:49 PM
1 Kudo
Hello @Rafe Thank you for reaching out Can you please elaborate more on your query? In general yes you can run CDP public cloud as mentioned in the below document https://docs.cloudera.com/cdp-public-cloud/cloud/requirements-aws/topics/mc-requirements-aws.html
... View more
04-07-2024
09:30 AM
1 Kudo
Hello, Thank you for your update Can you please elaborate more on nslookup not working? Do you mean nslookup command is not available or the command is not returning any output? There is no mandate to have an external DNS server, the entries in /etc/hosts should be enough. What about hostname -f is it working?
... View more