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

Sandy Ryza updated YARN-1188:
-----------------------------

    Assignee: Akira AJISAKA
    
> The context of QueueMetrics becomes 'default' when using FairScheduler
> ----------------------------------------------------------------------
>
>                 Key: YARN-1188
>                 URL: https://issues.apache.org/jira/browse/YARN-1188
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.1.0-beta
>            Reporter: Akira AJISAKA
>            Assignee: Akira AJISAKA
>            Priority: Minor
>              Labels: metrics, newbie
>         Attachments: YARN-1188.1.patch
>
>
> I found the context of QueueMetrics changed to 'default' from 'yarn' when I 
> was using FairScheduler.
> The context should always be 'yarn' by adding an annotation to FSQueueMetrics 
> like below:
> {code}
> + @Metrics(context="yarn")
> public class FSQueueMetrics extends QueueMetrics {
> {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

Reply via email to