Akira AJISAKA created YARN-1188:
-----------------------------------
Summary: 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
Priority: Minor
Fix For: 2.3.0, 3.0.0
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