Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-1132

QueueMetrics.java has wrong comments

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 2.1.0-beta
    • None
    • documentation

    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

          Activity

            People

              Unassigned Unassigned
              aajisaka Akira Ajisaka
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: