[
https://issues.apache.org/jira/browse/YARN-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760045#comment-13760045
]
Tsuyoshi OZAWA commented on YARN-1132:
--------------------------------------
Then, this should be closed as duplicated jira of YARN-1090?
> QueueMetrics.java has wrong comments
> ------------------------------------
>
> Key: YARN-1132
> URL: https://issues.apache.org/jira/browse/YARN-1132
> Project: Hadoop YARN
> Issue Type: Bug
> Components: documentation
> Affects Versions: 2.1.0-beta
> Reporter: Akira AJISAKA
> Priority: Minor
> Labels: newbie
>
> I found o.a.h.yarn.server.resourcemanager.scheduler.QueueMetrics.java has
> wrong comments
> {code}
> @Metric("# of reserved memory in MB") MutableGaugeInt reservedMB;
> @Metric("# of active users") MutableGaugeInt activeApplications;
> {code}
> they should be fixed as follows:
> {code}
> @Metric("Reserved memory in MB") MutableGaugeInt reservedMB;
> @Metric("# of active applications") MutableGaugeInt activeApplications;
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira