Description
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:
+ @Metrics(context="yarn") public class FSQueueMetrics extends QueueMetrics {