Member since
08-13-2024
3
Posts
2
Kudos Received
0
Solutions
08-16-2024
04:13 AM
1 Kudo
Hi All, This link has queries to get the custom utilization report -- https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-cluster-utilization-report-metrics-queries.html If I need 6 months data for each CPU utilization, memory utilization -- do we have a date column to specify the required date range. Where to execute these queries in CDSW ?. There are no table name specified in few queries. Will those queries fetch results ? Thank You.
... View more
Labels:
- Labels:
-
Cloudera Data Platform (CDP)
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