-
Notifications
You must be signed in to change notification settings - Fork 9k
YARN-11758. [UI2] On the Cluster Metrics page make the Resource Usage… #7331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Thanks @ferdelyi for the upgrade! LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ferdelyi for the patch, a debug log is left in the code (probably by accident), apart from that LGTM.
...project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/queue-usage-donut-chart.js
Outdated
Show resolved
Hide resolved
… by Leaf Queues chart partition-aware
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, LGTM.
… by Leaf Queues chart partition-aware
Description of PR
When partitions are used, the "Cluster Resource Usage By Leaf Queues" chart shows data only for the default partition and does not display metrics for the other partitions. Adding a separate chart for each partition and to re-structure the page based on categories for more clarity.
How was this patch tested?
Manually tested in my local environment. Screenshots provided in the Jira.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?