Member since
12-11-2015
244
Posts
31
Kudos Received
32
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
223 | 07-22-2025 07:58 AM | |
822 | 01-02-2025 06:28 AM | |
1413 | 08-14-2024 06:24 AM | |
2940 | 10-02-2023 06:26 AM | |
2249 | 07-28-2023 06:28 AM |
07-28-2025
01:09 PM
hi @RamaClouder, current scenario: You're running CDP in the cloud, using the CDP Public Cloud, right? if so, you have technical support included with your license. For more accurate and responsive support, we recommend opening a case in the "My Cloudera" portal as S1, and support will assist you as soon as possible. if not, please return with the stderr and stdout logs for more details. tip: Check permission settings in IAM, broker, etc.
... View more
07-22-2025
07:58 AM
1 Kudo
Hi @jonathan_l https://community.cloudera.com/t5/Community-Articles/Fully-Private-Agents-with-Cloudera-s-AI-Inference-Service/ta-p/400799 This link has an example on how to use Crew AI in Cloudera AI
... View more
06-24-2025
09:59 PM
Screenshot or complete error message will be helpful
... View more
01-08-2025
02:11 AM
Hi, sorry for the delay, I have not received any notification. It is parcel provided by myself. The problem was bypassed as follows : Manually copy parcel on parcel-repo folder Creating sha parcel Restarting cloudera server service Parcel is downloaded in cloudera's parcels
... View more
01-02-2025
06:52 AM
Which Service in particular are you trying to enable LDAP auth?
... View more
01-02-2025
06:28 AM
Hi @idofy CDP 7.1.9 CHF7 is the version prior to CDP 7.1.9 SP1. Given in compatibility matrix, CDP 7.1.9 SP1 and CDP 7.1.9 is mentioned, you can use the CDP 7.1.9 CHF7 or CDP 7.1.9 SP1. Would recommend using CDP 7.1.9 SP1 as it will come up with additional fixes.
... View more
10-21-2024
01:45 AM
1 Kudo
It seems like this issue is a special case due to how we have set up our environment. I have received a script from Cloudera support team. Our hue service is currently running fine. However, the script is only temporary. Once we upgraded, we have to use the original script. Below is the major change they've made in the hue.sh script. export PYTHONPATH=/opt/cloudera/parcels/CDH/lib/hue/build/env/lib64/python2.7/site-packages
echo "print env 3st"
env;
... View more
08-19-2024
10:34 PM
1 Kudo
Yes. we can access application log using command line version - 7.7.1 When we check the logs from UI, we can find full error msg as following. "Logs are unavailable because Application Timeline Service seems unhealthy and could not connect to the JobHistory server." Thank you!
... View more
08-14-2024
06:24 AM
1 Kudo
Tenants are users of the cluster. Lets say you have app teams/users named dev-a, dev-b, dev-c using the cluster, you will be estimating what resource each team will likely consume and create queue/pool to them with appropriate capacity. With regards to hierarchy, root would be the top most parent (represents the overall cluster resource) and you will create leaf queues/pool configured with the min/max resources you want to allocate for individual team. Applications gets assigned to the leaf queue and utilize the respective queue resource. With the utilization report you will have an idea of how much each team had used in its respective queue/pool. "There are no details about hierarchy of the utilization report" --> Are you referring to knowing utilisation at root plus all the leaf queues? https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-use-cluster-utilization-report-manage-resources.html in the picture shared in this doc you will see an example of overall cluster utilization and the breakup of utilization across individual queues. https://blog.cloudera.com/yarn-capacity-scheduler/
... View more
07-25-2024
12:43 AM
1 Kudo
The correct process for adding a new node with the correct mapping is: 1. Update the topology file of the new DN. 2. Issue dfadmin-refreshnodes to update the new topology map in the NN. 3. Start DN only after (2) so that it picks up the correct mapping and the default mapping is not cached.
... View more