Member since
12-11-2015
217
Posts
30
Kudos Received
31
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
150 | 01-02-2025 06:28 AM | |
666 | 08-14-2024 06:24 AM | |
1811 | 10-02-2023 06:26 AM | |
1519 | 07-28-2023 06:28 AM | |
9990 | 06-02-2023 06:06 AM |
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
05-15-2024
12:52 PM
@Aqdas Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our Kerberos experts @venkatsambath @james_jones @pajoshi who may be able to assist you further.
... View more
10-06-2023
04:34 PM
@itsyash001 Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
08-22-2023
02:28 AM
Unfortunetly this error message was blocking the ZK Failover Controller, so I solved this issue by deleting all Zookeeper data and disabled Kerberos authentifcation and then I started zkFailover controller and I re enabled the Kerberos authentication on Zookeeper.
... View more