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 |
04-12-2024
10:58 AM
Hello, Based on the error mentioned in the stack trace and the above output it seems that the vault itself is deleted somehow. Do you see vault pods present there? ++ kubectl exec vault-0 -n vault-system -- vault operator init -tls-skip-verify -key-shares=1 -key-threshold=1 -format=json
error: unable to upgrade connection: container not found ("vault")
++ '[' 610 -gt 600 ']'
... View more
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