Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.1.0-beta
-
None
Description
I found o.a.h.yarn.server.resourcemanager.scheduler.QueueMetrics.java has wrong comments
@Metric("# of reserved memory in MB") MutableGaugeInt reservedMB; @Metric("# of active users") MutableGaugeInt activeApplications;
they should be fixed as follows:
@Metric("Reserved memory in MB") MutableGaugeInt reservedMB; @Metric("# of active applications") MutableGaugeInt activeApplications;
Attachments
Issue Links
- is duplicated by
-
YARN-1090 Job does not get into Pending State
- Closed