Member since
12-11-2015
206
Posts
30
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
524 | 08-14-2024 06:24 AM | |
1598 | 10-02-2023 06:26 AM | |
1401 | 07-28-2023 06:28 AM | |
8991 | 06-02-2023 06:06 AM | |
675 | 01-09-2023 12:20 PM |
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
07-28-2023
06:28 AM
Glad you resolved the issue. Just to add more context, The error indicates agent was unable to monitor the filesystem, likely the nfs is stuck. This results in agent to be stuck in monitoring the filesystem and unable to heartbeat to CM server. Hence Removing the NFS from monitored filesystem helped to resolve the issue.
... View more
07-19-2023
06:07 AM
Can we have the full stacktrace of this exception. If you can upload the logs I can get the same. Generally it means manifest file is not present for the parcel or CM has trouble accessing the manifest file in the repo. Are you able to manually browse through the repo in browser? Can you attach the screenshot of the content you see in the repo from browser?
... View more
07-07-2023
06:35 AM
@raph Can you please clarify more on the custom parcel? Is it a parcel provided by cloudera / its partners ?
... View more