You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Wangda Tan (JIRA)" <ji...@apache.org> on 2015/08/07 20:11:46 UTC

[jira] [Commented] (YARN-3873) pendingApplications in LeafQueue should also use OrderingPolicy

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

Wangda Tan commented on YARN-3873:
----------------------------------

Hi [~sunilg],
Sorry for confusing you in my last comment, what I meant is not hard code FifoOrderingPolicy for ALL policies, what I meant is to use the same OrderingPolicy for pendingApplications. For example, when policy=fair, pendingApps & runningApps use FairOrderingPolicy, when policy=fifo, pendingApps & runningApps use FifoOrderingPolicy.

Thoughts?

> pendingApplications in LeafQueue should also use OrderingPolicy
> ---------------------------------------------------------------
>
>                 Key: YARN-3873
>                 URL: https://issues.apache.org/jira/browse/YARN-3873
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: capacityscheduler
>    Affects Versions: 2.7.0
>            Reporter: Sunil G
>            Assignee: Sunil G
>         Attachments: 0001-YARN-3873.patch, 0002-YARN-3873.patch, 0003-YARN-3873.patch, 0004-YARN-3873.patch, 0005-YARN-3873.patch
>
>
> Currently *pendingApplications* in LeafQueue is using {{applicationComparator}} from CapacityScheduler. This can be changed and pendingApplications can use the OrderingPolicy configured in Queue level (Fifo/Fair as configured). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)