Member since
12-11-2015
206
Posts
30
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
470 | 08-14-2024 06:24 AM | |
1458 | 10-02-2023 06:26 AM | |
1301 | 07-28-2023 06:28 AM | |
8472 | 06-02-2023 06:06 AM | |
652 | 01-09-2023 12:20 PM |
10-17-2024
06:37 AM
Sorry I couldn't download the files. Its in "Virus scan in progress ..." stage and not allowing download. This download issue is being reported to community platform team. Meanwhile Can you paste the full stderr/stdout of hue? And the screenshots hue environment safety. valve.
... View more
10-16-2024
05:52 AM
I couldn't download the attachment. In which path, did you install python3.8? Can you run echo $PATH? Can you run a test script and share result. cat test.py #!/usr/bin/env python3.8 import sys print("Python version") print(sys.version) ./test.py
... View more
10-14-2024
08:37 AM
@sayebogbon Can you change #!/usr/bin/env python2.7 to #!/usr/bin/env python3.8 And start hue?
... View more
10-11-2024
08:44 AM
1 Kudo
Can you cat this file? cat /opt/cloudera/parcels/CDH-7.1.7-1.cdh7.1.7.p2046.46875634/lib/hue/build/env/bin/hue
... View more
10-08-2024
05:54 AM
@sayebogbon Can you configure hue env safety valve with the correct python path CM > Hue > Configurations > the Hue Service Environment Advanced Configuration Snippet (Safety Valve) field: Key: PATH Value: <python3.8 binary path> Save and Restart
... View more
08-16-2024
01:03 PM
1 Kudo
Can you clarify which version of CM and CDP you are using? And the full exception you notice in Cloudera Manager logs/UI? Are you able to access application log using command line? yarn logs -applicationId <appid>
... 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
08-13-2024
03:44 PM
https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-cluster-utilization-report-overview.html https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-use-cluster-utilization-report-manage-resources.html https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-cluster-utilization-report-overview-tab.html The docs has more information. Usually for a tenant, you will have a pool configured and submit applications on the pool and utilise resources (cpu/memory) from the pool. With utilisation report you can get a sense of how much you are utilising in the configured pool, cluster and can do capacity planning based on the trend of usage.
... View more
01-26-2024
09:12 AM
Can you share the exact error you notice in CM server log around the timeframe in which you notice the error 'CMSERVER:<fqdn>: KDC Server Connection is not available. Unable to login.', the full exception from cm server log will help to understand the issue better.
... View more
10-02-2023
06:26 AM
Inorder for KDC to allow a client, it must be trusted. Unfortunately you need to have the principle trusted through cross realm trust to allow a client from different KDC
... View more