[
https://issues.apache.org/jira/browse/YARN-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14353965#comment-14353965
]
Craig Welch commented on YARN-3318:
-----------------------------------
The proposed initial implementation of the framework to support FIFO
SchedulerApplicationAttempt ordering for the CapacityScheduler:
A SchedulerComparatorPolicy which implements OrderingPolicy above. This
implementation will take care of the common logic required for cases where the
policy can be effectively implemented as a comparator (which is expected to be
the case for several potential policies, including FIFO).
A SchedulerComparator which is used by the SchedulerComparatorPolicy above.
This is an extension of the java Comparator interface with additional logic
required by the SchedulerComparatorPolicy, initially a method to accept
SchedulerProcessEvents and indicate whether the require re-ordering of the
associated SchedulerProcess.
> Create Initial OrderingPolicy Framework, integrate with CapacityScheduler
> LeafQueue supporting present behavior
> ---------------------------------------------------------------------------------------------------------------
>
> Key: YARN-3318
> URL: https://issues.apache.org/jira/browse/YARN-3318
> Project: Hadoop YARN
> Issue Type: Sub-task
> Components: scheduler
> Reporter: Craig Welch
> Assignee: Craig Welch
>
> Create the initial framework required for using OrderingPolicies with
> SchedulerApplicaitonAttempts and integrate with the CapacityScheduler. This
> will include an implementation which is compatible with current FIFO behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)