[ 
https://issues.apache.org/jira/browse/YARN-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077672#comment-16077672
 ] 

Akhil PB edited comment on YARN-5146 at 7/7/17 6:18 AM:
--------------------------------------------------------

Hi [~ayousufi]
How about

{code}
queues: this.store.query("yarn-queue.yarn-queue", {}).then((model) => {
  let type = model.get('firstObject').get('type');
  return this.store.query("yarn-queue."+type+"-queue");
})
{code}
Makes sense?


was (Author: akhilpb):
Hi [~ayousufi]
How about

{code}
queues: this.store.query("yarn-queue.yarn-queue", {}).then((model) => {
  let type = model.get('firstObject').get('type');
  return this.store.query("yarn-queue."   type   "-queue");
})
{code}
Makes sense?

> [YARN-3368] Supports Fair Scheduler in new YARN UI
> --------------------------------------------------
>
>                 Key: YARN-5146
>                 URL: https://issues.apache.org/jira/browse/YARN-5146
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Wangda Tan
>            Assignee: Abdullah Yousufi
>         Attachments: YARN-5146.001.patch, YARN-5146.002.patch
>
>
> Current implementation in branch YARN-3368 only support capacity scheduler,  
> we want to make it support fair scheduler. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to