{{! * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. }}
{{view.category.displayName}}
{{t services.mapReduce.config.queue.header}}
{{#if view.canEdit}}
{{t services.mapReduce.config.addQueue}}
{{/if}}
{{#each queue in view.tableContent}} {{/each}}
{{t services.mapReduce.config.queue.name}} {{t common.users}} {{t services.mapReduce.config.queue.groups}} {{t services.mapReduce.config.queue.capacity}} {{t services.mapReduce.config.queue.maxCapacity}} {{t services.mapReduce.config.queue.minUserLimit}} {{t services.mapReduce.config.queue.userLimitFactor}} {{t services.mapReduce.config.queue.supportsPriority}}
{{queue.name}} {{queue.users}} {{queue.groups}} {{queue.capacity}}% {{queue.maxCapacity}}% {{queue.minUserLimit}}% {{queue.userLimitFactor}} {{queue.supportsPriority}}
{{t admin.advanced.title}}
{{#each view.advancedConfigs}} {{#if isVisible}}
{{view viewClass serviceConfigBinding="this" categoryConfigsBinding="view.categoryConfigs" }} {{#if view.canEdit}} {{#if isRemovable}} {{t common.remove}} {{/if}} {{/if}} {{errorMessage}}
{{/if}} {{/each}}
{{view view.pieChart queuesBinding="view.queues"}}
{{! For Advanced, Advanced Core Site, Advanced HDFS Site sections, show the 'Add Property' link.}} {{#if view.canEdit}} {{#if view.category.canAddProperty }}
{{t installer.step7.config.addProperty}}...
{{/if}} {{/if}}