123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- /**
- * 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.
- */
- module.exports =
- {
- "configProperties": [
- {
- "id": "site property",
- "name": "yarn.acl.enable",
- "displayName": "yarn.acl.enable",
- "displayType": "checkbox",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "ResourceManager"
- },
- {
- "id": "site property",
- "name": "yarn.admin.acl",
- "displayName": "yarn.admin.acl",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "ResourceManager"
- },
- {
- "id": "site property",
- "name": "yarn.log-aggregation-enable",
- "displayName": "yarn.log-aggregation-enable",
- "displayType": "checkbox",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "ResourceManager"
- },
- {
- "id": "site property",
- "name": "yarn.resourcemanager.scheduler.class",
- "displayName": "yarn.resourcemanager.scheduler.class",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "CapacityScheduler"
- },
- {
- "id": "site property",
- "name": "yarn.scheduler.minimum-allocation-mb",
- "displayName": "yarn.scheduler.minimum-allocation-mb",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "CapacityScheduler"
- },
- {
- "id": "site property",
- "name": "yarn.scheduler.maximum-allocation-mb",
- "displayName": "yarn.scheduler.maximum-allocation-mb",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "CapacityScheduler"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.resource.memory-mb",
- "displayName": "yarn.nodemanager.resource.memory-mb",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.vmem-pmem-ratio",
- "displayName": "yarn.nodemanager.vmem-pmem-ratio",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.log-dirs",
- "displayName": "yarn.nodemanager.log-dirs",
- "defaultValue": "",
- "description": "Where to store container logs. An application's localized log directory\
- will be found in ${yarn.nodemanager.log-dirs}/application_${appid}.\
- Individual containers' log directories will be below this, in directories\
- named container_{$contid}. Each container directory will contain the files\
- stderr, stdin, and syslog generated by that container.",
- "defaultDirectory": "/hadoop/yarn/log",
- "displayType": "directories",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.local-dirs",
- "displayName": "yarn.nodemanager.local-dirs",
- "defaultValue": "",
- "description": "List of directories to store localized files in.\
- An application's localized file directory will be found in:\
- ${yarn.nodemanager.local-dirs}/usercache/${user}/appcache/application_${appid}.\
- Individual containers' work directories, called container_${contid}, will be subdirectories of this.",
- "defaultDirectory": "/hadoop/yarn/local",
- "displayType": "directories",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.remote-app-log-dir",
- "displayName": "yarn.nodemanager.remote-app-log-dir",
- "value": "",
- "defaultValue": "",
- "displayType": "directory",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.remote-app-log-dir-suffix",
- "displayName": "yarn.nodemanager.remote-app-log-dir-suffix",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.aux-services",
- "displayName": "yarn.nodemanager.aux-services",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "yarn.nodemanager.log.retain-second",
- "displayName": "yarn.nodemanager.log.retain-second",
- "value": "",
- "defaultValue": "",
- "serviceName": "YARN",
- "category": "NodeManager"
- },
- {
- "id": "site property",
- "name": "mapreduce.map.memory.mb",
- "displayName": "Default virtual memory for a job's map-task",
- "description": "Virtual memory for single Map task",
- "value": "",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "category": "General",
- "serviceName": "MAPREDUCE2"
- },
- {
- "id": "site property",
- "name": "mapreduce.reduce.memory.mb",
- "displayName": "Default virtual memory for a job's reduce-task",
- "description": "Virtual memory for single Reduce task",
- "value": "",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "category": "General",
- "serviceName": "MAPREDUCE2"
- },
- {
- "id": "site property",
- "name": "mapreduce.task.io.sort.mb",
- "displayName": "Map-side sort buffer memory",
- "description": "The total amount of buffer memory to use while sorting files, in megabytes.\
- By default, gives each merge stream 1MB, which should minimize seeks.",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "category": "General",
- "serviceName": "MAPREDUCE2"
- }
- ]
- };
|