[
https://issues.apache.org/jira/browse/AMBARI-10871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522530#comment-14522530
]
Hadoop QA commented on AMBARI-10871:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12729629/AMBARI-10871.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
contrib/views/capacity-scheduler.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2589//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2589//console
This message is automatically generated.
> Ambari Views. CapSch View, config elements for ordering policies
> ----------------------------------------------------------------
>
> Key: AMBARI-10871
> URL: https://issues.apache.org/jira/browse/AMBARI-10871
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-views
> Affects Versions: 2.1.0
> Reporter: Erik Bergenholtz
> Assignee: Antonenko Alexander
> Fix For: 2.1.0
>
> Attachments: AMBARI-10871.patch
>
>
> We are adding per-queue Ordering policies and comparator configurations to
> the Capacity Scheduler. These will need to be surfaced in Ambari.
> Both these configurations need to be surfaced in the Capacity Scheduler View:
> (1) Display name in UI: Ordering Policy
> YARN config name:
> yarn.scheduler.capacity.(STANDARD-QUEUE-SPECIFICATION).ordering-policy
> The value will be chosen from a drop down with two possible values:
> * default value - "fifo" (sans-quotes),
> * alternate value - "fair" (sans-quotes)
> Open Q: should also accept a fairly long string value (sufficient for fully
> qualified java classnames)
> (2) Display name in UI: Enable Size Based Weight Ordering
> YARN config name:
> yarn.scheduler.capacity.(STANDARD-QUEUE-SPECIFICATION).ordering-policy.fair.enable-size-based-weight
> The only time this property needs to be set is when (1) is set to 'fair'.
> When (1) is set to 'fifo', then this property should not be available in the
> UI.
> The possible values are:
> * default value - "false" (sans-quotes)
> * alternate value "true" (sans-quotes)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)