You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2013/09/06 20:55:51 UTC

[jira] [Resolved] (YARN-1132) QueueMetrics.java has wrong comments

     [ https://issues.apache.org/jira/browse/YARN-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA resolved YARN-1132.
---------------------------------

    Resolution: Duplicate
    
> 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