You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/04/30 23:46:07 UTC

[jira] [Commented] (AMBARI-10871) Ambari Views. CapSch View, config elements for ordering policies

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

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/12729606/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:red}-1 javac{color:red}.  The patch appears to cause the build to fail.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/2588//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)