[
https://issues.apache.org/jira/browse/AMBARI-10871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522942#comment-14522942
]
Hudson commented on AMBARI-10871:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2498 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2498/])
AMBARI-10871. Ambari Views. CapSch View, config elements for ordering policies
(alexantonenko) (hiveww:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=968ff91d93933c3aa9671bdcd049f6fff5e57eee)
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/dropdownConfirmation.hbs
* contrib/views/capacity-scheduler/src/main/resources/view.xml
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/clickElsewhere.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/escapeAcl.js
* contrib/views/capacity-scheduler/src/main/resources/ui/app/adapters.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueListItem.hbs
*
contrib/views/capacity-scheduler/src/main/java/org/apache/ambari/view/capacityscheduler/ConfigurationService.java
* contrib/views/capacity-scheduler/src/main/resources/ui/app/models/queue.js
* contrib/views/capacity-scheduler/src/main/resources/ui/app/templates.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/saveButton.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/tooltipLabel.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/totalCapacity.js
* contrib/views/capacity-scheduler/src/main/resources/ui/app/initialize.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/dropdownConfirmation.js
* contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/queue.hbs
* contrib/views/capacity-scheduler/src/main/resources/ui/app/helpers/timeAgo.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/refuse.hbs
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/helpers/escapeAcl.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/dropdownButtons.js
* contrib/views/capacity-scheduler/src/main/resources/ui/app/serializers.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/queueBadge.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/queueListItem.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/controllers/queue.js
* contrib/views/capacity-scheduler/src/main/resources/ui/bower.json
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/capacityEditForm.hbs
*
contrib/views/capacity-scheduler/src/main/java/org/apache/ambari/view/capacityscheduler/PropertyValidator.java
* contrib/views/capacity-scheduler/src/main/resources/ui/app/store.js
*
contrib/views/capacity-scheduler/src/main/java/org/apache/ambari/view/capacityscheduler/proxy/RequestBuilder.java
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/controllers/queues.js
* contrib/views/capacity-scheduler/src/main/resources/ui/app/router.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/diffTooltip.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/loading.hbs
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/dropdownDownload.hbs
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueContainer.hbs
* contrib/views/capacity-scheduler/src/main/resources/ui/app/app.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueBadge.hbs
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/styles/application.less
* contrib/views/capacity-scheduler/src/main/resources/ui/app/components.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/schedulerPanel.hbs
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/capacityInput.js
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/queues.hbs
*
contrib/views/capacity-scheduler/src/main/java/org/apache/ambari/view/capacityscheduler/proxy/ResponseTranslator.java
*
contrib/views/capacity-scheduler/src/main/resources/ui/app/components/radioButton.js
> 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)