site_properties.js 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. module.exports =
  19. {
  20. "configProperties": [
  21. {
  22. "id": "site property",
  23. "name": "yarn.acl.enable",
  24. "displayName": "yarn.acl.enable",
  25. "displayType": "checkbox",
  26. "value": "",
  27. "defaultValue": "",
  28. "serviceName": "YARN",
  29. "category": "ResourceManager"
  30. },
  31. {
  32. "id": "site property",
  33. "name": "yarn.admin.acl",
  34. "displayName": "yarn.admin.acl",
  35. "value": "",
  36. "defaultValue": "",
  37. "serviceName": "YARN",
  38. "category": "ResourceManager"
  39. },
  40. {
  41. "id": "site property",
  42. "name": "yarn.log-aggregation-enable",
  43. "displayName": "yarn.log-aggregation-enable",
  44. "displayType": "checkbox",
  45. "value": "",
  46. "defaultValue": "",
  47. "serviceName": "YARN",
  48. "category": "ResourceManager"
  49. },
  50. {
  51. "id": "site property",
  52. "name": "yarn.resourcemanager.scheduler.class",
  53. "displayName": "yarn.resourcemanager.scheduler.class",
  54. "value": "",
  55. "defaultValue": "",
  56. "serviceName": "YARN",
  57. "category": "CapacityScheduler"
  58. },
  59. {
  60. "id": "site property",
  61. "name": "yarn.scheduler.minimum-allocation-mb",
  62. "displayName": "yarn.scheduler.minimum-allocation-mb",
  63. "value": "",
  64. "defaultValue": "",
  65. "serviceName": "YARN",
  66. "category": "CapacityScheduler"
  67. },
  68. {
  69. "id": "site property",
  70. "name": "yarn.scheduler.maximum-allocation-mb",
  71. "displayName": "yarn.scheduler.maximum-allocation-mb",
  72. "value": "",
  73. "defaultValue": "",
  74. "serviceName": "YARN",
  75. "category": "CapacityScheduler"
  76. },
  77. {
  78. "id": "site property",
  79. "name": "yarn.nodemanager.resource.memory-mb",
  80. "displayName": "yarn.nodemanager.resource.memory-mb",
  81. "value": "",
  82. "defaultValue": "",
  83. "serviceName": "YARN",
  84. "category": "NodeManager"
  85. },
  86. {
  87. "id": "site property",
  88. "name": "yarn.nodemanager.vmem-pmem-ratio",
  89. "displayName": "yarn.nodemanager.vmem-pmem-ratio",
  90. "value": "",
  91. "defaultValue": "",
  92. "serviceName": "YARN",
  93. "category": "NodeManager"
  94. },
  95. {
  96. "id": "site property",
  97. "name": "yarn.nodemanager.log-dirs",
  98. "displayName": "yarn.nodemanager.log-dirs",
  99. "defaultValue": "",
  100. "description": "Where to store container logs. An application's localized log directory\
  101. will be found in ${yarn.nodemanager.log-dirs}/application_${appid}.\
  102. Individual containers' log directories will be below this, in directories\
  103. named container_{$contid}. Each container directory will contain the files\
  104. stderr, stdin, and syslog generated by that container.",
  105. "defaultDirectory": "/hadoop/yarn/log",
  106. "displayType": "directories",
  107. "serviceName": "YARN",
  108. "category": "NodeManager"
  109. },
  110. {
  111. "id": "site property",
  112. "name": "yarn.nodemanager.local-dirs",
  113. "displayName": "yarn.nodemanager.local-dirs",
  114. "defaultValue": "",
  115. "description": "List of directories to store localized files in.\
  116. An application's localized file directory will be found in:\
  117. ${yarn.nodemanager.local-dirs}/usercache/${user}/appcache/application_${appid}.\
  118. Individual containers' work directories, called container_${contid}, will be subdirectories of this.",
  119. "defaultDirectory": "/hadoop/yarn/local",
  120. "displayType": "directories",
  121. "serviceName": "YARN",
  122. "category": "NodeManager"
  123. },
  124. {
  125. "id": "site property",
  126. "name": "yarn.nodemanager.remote-app-log-dir",
  127. "displayName": "yarn.nodemanager.remote-app-log-dir",
  128. "value": "",
  129. "defaultValue": "",
  130. "displayType": "directory",
  131. "serviceName": "YARN",
  132. "category": "NodeManager"
  133. },
  134. {
  135. "id": "site property",
  136. "name": "yarn.nodemanager.remote-app-log-dir-suffix",
  137. "displayName": "yarn.nodemanager.remote-app-log-dir-suffix",
  138. "value": "",
  139. "defaultValue": "",
  140. "serviceName": "YARN",
  141. "category": "NodeManager"
  142. },
  143. {
  144. "id": "site property",
  145. "name": "yarn.nodemanager.aux-services",
  146. "displayName": "yarn.nodemanager.aux-services",
  147. "value": "",
  148. "defaultValue": "",
  149. "serviceName": "YARN",
  150. "category": "NodeManager"
  151. },
  152. {
  153. "id": "site property",
  154. "name": "yarn.nodemanager.log.retain-second",
  155. "displayName": "yarn.nodemanager.log.retain-second",
  156. "value": "",
  157. "defaultValue": "",
  158. "serviceName": "YARN",
  159. "category": "NodeManager"
  160. },
  161. {
  162. "id": "site property",
  163. "name": "mapreduce.map.memory.mb",
  164. "displayName": "Default virtual memory for a job's map-task",
  165. "description": "Virtual memory for single Map task",
  166. "value": "",
  167. "defaultValue": "",
  168. "displayType": "int",
  169. "unit": "MB",
  170. "category": "General",
  171. "serviceName": "MAPREDUCE2"
  172. },
  173. {
  174. "id": "site property",
  175. "name": "mapreduce.reduce.memory.mb",
  176. "displayName": "Default virtual memory for a job's reduce-task",
  177. "description": "Virtual memory for single Reduce task",
  178. "value": "",
  179. "defaultValue": "",
  180. "displayType": "int",
  181. "unit": "MB",
  182. "category": "General",
  183. "serviceName": "MAPREDUCE2"
  184. },
  185. {
  186. "id": "site property",
  187. "name": "mapreduce.task.io.sort.mb",
  188. "displayName": "Map-side sort buffer memory",
  189. "description": "The total amount of buffer memory to use while sorting files, in megabytes.\
  190. By default, gives each merge stream 1MB, which should minimize seeks.",
  191. "defaultValue": "",
  192. "displayType": "int",
  193. "unit": "MB",
  194. "category": "General",
  195. "serviceName": "MAPREDUCE2"
  196. }
  197. ]
  198. };