global_properties.js 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708
  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. /**
  19. * Defines service configuration properties.
  20. * name:
  21. * The name of the config property that is understood by Ambari server and agent.
  22. * E.g., "datanode_du_reserved"
  23. *
  24. * displayName:
  25. * The human-friendly display name of the config property.
  26. * E.g., "Reserved space for HDFS"
  27. *
  28. * description:
  29. * The description of the config property.
  30. * E.g., "Reserved space in GB per volume"
  31. *
  32. * defaultValue:
  33. * The default value of the config property.
  34. * E.g., "1"
  35. *
  36. * isReconfigurable:
  37. * Whether the config property can be reconfigured after it has been initially set and deployed.
  38. * If this is unspecified, true is assumed.
  39. * E.g., true, false
  40. *
  41. * isOverridable:
  42. * Whether the config property can be overridden by hosts.
  43. * If this is unspecified, true is assumed.
  44. *
  45. * isRequired:
  46. * Whether the config property is required or not.
  47. * If this is unspecified, true is assumed.
  48. * E.g., true, false
  49. *
  50. * displayType:
  51. * How the config property is to be rendered for user input.
  52. * If this is left unspecified, "string" is assumed
  53. * E.g., "string", "int", "float", "checkbox", "directories", "custom", "email", "masterHost", "slaveHosts"
  54. *
  55. * unit
  56. * The unit for the config property.
  57. * E.g., "ms", "MB", "bytes"
  58. *
  59. * serviceName:
  60. * The service that the config property belongs to.
  61. * E.g., "HDFS", "MAPREDUCE2", "ZOOKEEPER", etc.
  62. *
  63. * category: the category that the config property belongs to (used for grouping config properties in the UI).
  64. * if unspecified, "General" is assumed.
  65. * E.g., "General", "Advanced", "NameNode", "DataNode"
  66. *
  67. * index: the sequence number in category, that point to place where config located regarding all rest in category.
  68. * if unspecified, push to the end of array.
  69. * E.g., 0, 1, '2'
  70. */
  71. var App = require('app');
  72. require('config');
  73. module.exports =
  74. {
  75. "configProperties": [
  76. /**********************************************HDFS***************************************/
  77. {
  78. "id": "puppet var",
  79. "name": "namenode_host",
  80. "displayName": "NameNode hosts",
  81. "value": "",
  82. "defaultValue": "",
  83. "description": "The hosts that has been assigned to run NameNode",
  84. "displayType": "masterHosts",
  85. "isOverridable": false,
  86. "isVisible": true,
  87. "domain": "global",
  88. "serviceName": "HDFS",
  89. "category": "NameNode",
  90. "index": 0
  91. },
  92. {
  93. "id": "puppet var",
  94. "name": "namenode_heapsize",
  95. "displayName": "NameNode Java heap size",
  96. "description": "Initial and maximum Java heap size for NameNode (Java options -Xms and -Xmx). This also applies to the Secondary NameNode.",
  97. "defaultValue": "1024",
  98. "displayType": "int",
  99. "unit": "MB",
  100. "isOverridable": false,
  101. "isVisible": true,
  102. "domain": "global",
  103. "serviceName": "HDFS",
  104. "category": "NameNode",
  105. "index": 2
  106. },
  107. {
  108. "id": "puppet var",
  109. "name": "namenode_opt_newsize",
  110. "displayName": "NameNode new generation size",
  111. "description": "Default size of Java new generation for NameNode (Java option -XX:NewSize). This also applies to the Secondary NameNode.",
  112. "defaultValue": "200",
  113. "displayType": "int",
  114. "unit": "MB",
  115. "isOverridable": false,
  116. "isVisible": true,
  117. "domain": "global",
  118. "serviceName": "HDFS",
  119. "category": "NameNode",
  120. "index": 3
  121. },
  122. {
  123. "id": "puppet var",
  124. "name": "snamenode_host",
  125. "displayName": "SNameNode host",
  126. "value": "",
  127. "defaultValue": "",
  128. "description": "The host that has been assigned to run SecondaryNameNode",
  129. "displayType": "masterHost",
  130. "isOverridable": false,
  131. "isVisible": true,
  132. "domain": "global",
  133. "serviceName": "HDFS",
  134. "category": "SNameNode",
  135. "index": 0
  136. },
  137. {
  138. "id": "puppet var",
  139. "name": "datanode_hosts", //not in the schema. For UI purpose
  140. "displayName": "DataNode hosts",
  141. "value": "",
  142. "defaultValue": "",
  143. "description": "The hosts that have been assigned to run DataNode",
  144. "displayType": "slaveHosts",
  145. "isRequired": false,
  146. "isOverridable": false,
  147. "isVisible": true,
  148. "domain": "datanode-global",
  149. "serviceName": "HDFS",
  150. "category": "DataNode",
  151. "index": 0
  152. },
  153. {
  154. "id": "puppet var",
  155. "name": "dtnode_heapsize",
  156. "displayName": "DataNode maximum Java heap size",
  157. "description": "Maximum Java heap size for DataNode (Java option -Xmx)",
  158. "defaultValue": "1024",
  159. "displayType": "int",
  160. "unit": "MB",
  161. "isVisible": true,
  162. "domain": "datanode-global",
  163. "serviceName": "HDFS",
  164. "category": "DataNode",
  165. "index": 2
  166. },
  167. {
  168. "id": "puppet var",
  169. "name": "hadoop_heapsize",
  170. "displayName": "Hadoop maximum Java heap size",
  171. "description": "Maximum Java heap size for daemons such as Balancer (Java option -Xmx)",
  172. "defaultValue": "1024",
  173. "displayType": "int",
  174. "unit": "MB",
  175. "isVisible": true,
  176. "domain": "global",
  177. "serviceName": "HDFS",
  178. "index": 1
  179. },
  180. {
  181. "id": "puppet var",
  182. "name": "hdfs_log_dir_prefix",
  183. "displayName": "Hadoop Log Dir Prefix",
  184. "description": "The parent directory for Hadoop log files. The HDFS log directory will be ${hadoop_log_dir_prefix} / ${hdfs_user} and the MapReduce log directory will be ${hadoop_log_dir_prefix} / ${mapred_user}.",
  185. "defaultValue": "/var/log/hadoop",
  186. "isReconfigurable": false,
  187. "displayType": "directory",
  188. "isOverridable": false,
  189. "isVisible": true,
  190. "domain": "global",
  191. "serviceName": "HDFS",
  192. "category": "Advanced"
  193. },
  194. {
  195. "id": "puppet var",
  196. "name": "hadoop_pid_dir_prefix",
  197. "displayName": "Hadoop PID Dir Prefix",
  198. "description": "The parent directory in which the PID files for Hadoop processes will be created. The HDFS PID directory will be ${hadoop_pid_dir_prefix} / ${hdfs_user} and the MapReduce PID directory will be ${hadoop_pid_dir_prefix} / ${mapred_user}.",
  199. "defaultValue": "/var/run/hadoop",
  200. "isReconfigurable": false,
  201. "displayType": "directory",
  202. "isOverridable": false,
  203. "isVisible": true,
  204. "domain": "global",
  205. "serviceName": "HDFS",
  206. "category": "Advanced"
  207. },
  208. {
  209. "id": "puppet var",
  210. "name": "namenode_opt_maxnewsize",
  211. "displayName": "NameNode maximum new generation size",
  212. "description": "",
  213. "defaultValue": "640",
  214. "displayType": "int",
  215. "unit": "MB",
  216. "isOverridable": false,
  217. "isVisible": false,
  218. "domain": "global",
  219. "serviceName": "HDFS",
  220. "category": "NameNode"
  221. },
  222. {
  223. "id": "puppet var",
  224. "name": "security_enabled",
  225. "displayName": "Hadoop Security",
  226. "description": "Enable hadoop security",
  227. "defaultValue": 'false',
  228. "isRequired": false,
  229. "displayType": "checkbox",
  230. "isOverridable": false,
  231. "isVisible": false,
  232. "domain": "global",
  233. "serviceName": "HDFS",
  234. "category": "Advanced"
  235. },
  236. {
  237. "id": "puppet var",
  238. "name": "namenode_formatted_mark_dir",
  239. "displayName": "Hadoop formatted mark directory",
  240. "description": "",
  241. "defaultValue": "/var/run/hadoop/hdfs/namenode/formatted/",
  242. "isRequired": false,
  243. "isReconfigurable": false,
  244. "displayType": "directory",
  245. "isVisible": false,
  246. "domain": "global",
  247. "serviceName": "HDFS",
  248. "category": "NameNode"
  249. },
  250. {
  251. "id": "puppet var",
  252. "name": "hcat_conf_dir",
  253. "displayName": "HCat conf directory",
  254. "description": "",
  255. "defaultValue": "",
  256. "isRequired": false,
  257. "isReconfigurable": false,
  258. "displayType": "directory",
  259. "isVisible": false,
  260. "domain": "global",
  261. "serviceName": "HDFS",
  262. "category": "Advanced"
  263. },
  264. {
  265. "id": "puppet var",
  266. "name": "hdfs_enable_shortcircuit_read",
  267. "displayName": "HDFS Short-circuit read",
  268. "description": "",
  269. "defaultValue": true,
  270. "isRequired": false,
  271. "displayType": "checkbox",
  272. "isVisible": true,
  273. "domain": "global",
  274. "serviceName": "HDFS",
  275. "category": "Advanced"
  276. },
  277. {
  278. "id": "puppet var",
  279. "name": "lzo_enabled",
  280. "displayName": "LZO compression",
  281. "description": "LZO compression enabled",
  282. "defaultValue": true,
  283. "displayType": "checkbox",
  284. "isOverridable": false,
  285. "isVisible": false,
  286. "domain": "global",
  287. "serviceName": "HDFS"
  288. },
  289. /**********************************************MAPREDUCE2***************************************/
  290. {
  291. "id": "puppet var",
  292. "name": "hs_host",
  293. "displayName": "History Server",
  294. "description": "History Server",
  295. "defaultValue": "",
  296. "isOverridable": false,
  297. "displayType": "masterHost",
  298. "isVisible": true,
  299. "domain": "global",
  300. "serviceName": "MAPREDUCE2",
  301. "category": "HistoryServer",
  302. "index": 0
  303. },
  304. {
  305. "id": "puppet var",
  306. "name": "mapred_log_dir_prefix",
  307. "displayName": "Mapreduce Log Dir Prefix",
  308. "description": "",
  309. "defaultValue": "/var/log/hadoop-mapreduce",
  310. "displayType": "directory",
  311. "isVisible": true,
  312. "isReconfigurable": false,
  313. "domain": "global",
  314. "serviceName": "MAPREDUCE2",
  315. "category": "Advanced"
  316. },
  317. {
  318. "id": "puppet var",
  319. "name": "mapred_pid_dir_prefix",
  320. "displayName": "Mapreduce PID Dir Prefix",
  321. "description": "",
  322. "defaultValue": "/var/run/hadoop-mapreduce",
  323. "displayType": "directory",
  324. "isVisible": true,
  325. "isReconfigurable": false,
  326. "domain": "global",
  327. "serviceName": "MAPREDUCE2",
  328. "category": "Advanced"
  329. },
  330. /**********************************************YARN***************************************/
  331. {
  332. "id": "puppet var",
  333. "name": "yarn_heapsize",
  334. "displayName": "YARN Java heap size",
  335. "description": "Max heapsize for all YARN components",
  336. "defaultValue": "1024",
  337. "isOverridable": false,
  338. "displayType": "int",
  339. "unit": "MB",
  340. "isVisible": true,
  341. "domain": "global",
  342. "serviceName": "YARN",
  343. "category": "General",
  344. "index": 0
  345. },
  346. {
  347. "id": "puppet var",
  348. "name": "rm_host",
  349. "displayName": "ResourceManager",
  350. "description": "ResourceManager",
  351. "defaultValue": "",
  352. "isOverridable": false,
  353. "displayType": "masterHost",
  354. "isVisible": true,
  355. "domain": "global",
  356. "serviceName": "YARN",
  357. "category": "ResourceManager",
  358. "index": 0
  359. },
  360. {
  361. "id": "puppet var",
  362. "name": "resourcemanager_heapsize",
  363. "displayName": "ResourceManager Java heap size",
  364. "description": "Max heapsize for ResourceManager",
  365. "defaultValue": "1024",
  366. "isOverridable": false,
  367. "displayType": "int",
  368. "unit": "MB",
  369. "isVisible": true,
  370. "domain": "global",
  371. "serviceName": "YARN",
  372. "category": "ResourceManager",
  373. "index": 1
  374. },
  375. {
  376. "id": "puppet var",
  377. "name": "nm_hosts",
  378. "displayName": "NodeManager",
  379. "description": "List of NodeManager Hosts.",
  380. "defaultValue": "",
  381. "isOverridable": false,
  382. "displayType": "slaveHosts",
  383. "isVisible": true,
  384. "domain": "global",
  385. "serviceName": "YARN",
  386. "category": "NodeManager",
  387. "index": 0
  388. },
  389. {
  390. "id": "puppet var",
  391. "name": "nodemanager_heapsize",
  392. "displayName": "NodeManager Java heap size",
  393. "description": "Max heapsize for NodeManager",
  394. "defaultValue": "1024",
  395. "isOverridable": false,
  396. "displayType": "int",
  397. "unit": "MB",
  398. "isVisible": true,
  399. "domain": "global",
  400. "serviceName": "YARN",
  401. "category": "NodeManager",
  402. "index": 0
  403. },
  404. {
  405. "id": "puppet var",
  406. "name": "yarn_log_dir_prefix",
  407. "displayName": "YARN Log Dir Prefix",
  408. "description": "",
  409. "defaultValue": "/var/log/hadoop-yarn",
  410. "displayType": "directory",
  411. "isReconfigurable": false,
  412. "isVisible": true,
  413. "domain": "global",
  414. "serviceName": "YARN",
  415. "category": "Advanced"
  416. },
  417. {
  418. "id": "puppet var",
  419. "name": "yarn_pid_dir_prefix",
  420. "displayName": "YARN PID Dir Prefix",
  421. "description": "",
  422. "defaultValue": "/var/run/hadoop-yarn",
  423. "displayType": "directory",
  424. "isVisible": true,
  425. "isReconfigurable": false,
  426. "domain": "global",
  427. "serviceName": "YARN",
  428. "category": "Advanced"
  429. },
  430. /**********************************************HBASE***************************************/
  431. {
  432. "id": "puppet var",
  433. "name": "hbasemaster_host",
  434. "displayName": "HBase Master hosts",
  435. "value": "",
  436. "defaultValue": "",
  437. "description": "The host that has been assigned to run HBase Master",
  438. "displayType": "masterHosts",
  439. "isOverridable": false,
  440. "isVisible": true,
  441. "domain": "global",
  442. "serviceName": "HBASE",
  443. "category": "HBase Master",
  444. "index": 0
  445. },
  446. {
  447. "id": "puppet var",
  448. "name": "hbase_master_heapsize",
  449. "displayName": "HBase Master Maximum Java heap size",
  450. "description": "Maximum Java heap size for HBase master (Java option -Xmx)",
  451. "defaultValue": "1024",
  452. "displayType": "int",
  453. "unit": "MB",
  454. "isOverridable": false,
  455. "isVisible": true,
  456. "domain": "global",
  457. "serviceName": "HBASE",
  458. "category": "HBase Master",
  459. "index": 1
  460. },
  461. {
  462. "id": "puppet var",
  463. "name": "regionserver_hosts",
  464. "displayName": "RegionServer hosts",
  465. "value": "",
  466. "defaultValue": "",
  467. "description": "The hosts that have been assigned to run RegionServer",
  468. "displayType": "slaveHosts",
  469. "isOverridable": false,
  470. "isVisible": true,
  471. "isRequired": false,
  472. "domain": "regionserver-global",
  473. "serviceName": "HBASE",
  474. "category": "RegionServer",
  475. "index": 0
  476. },
  477. {
  478. "id": "puppet var",
  479. "name": "hbase_regionserver_heapsize",
  480. "displayName": "HBase RegionServers maximum Java heap size",
  481. "description": "Maximum Java heap size for HBase RegionServers (Java option -Xmx)",
  482. "defaultValue": "1024",
  483. "displayType": "int",
  484. "unit": "MB",
  485. "isVisible": true,
  486. "domain": "regionserver-global",
  487. "serviceName": "HBASE",
  488. "category": "RegionServer",
  489. "index": 1
  490. },
  491. {
  492. "id": "puppet var",
  493. "name": "hbase_log_dir",
  494. "displayName": "HBase Log Dir",
  495. "description": "Directory for HBase logs",
  496. "defaultValue": "/var/log/hbase",
  497. "isReconfigurable": false,
  498. "displayType": "directory",
  499. "isOverridable": false,
  500. "isVisible": true,
  501. "domain": "global",
  502. "serviceName": "HBASE",
  503. "category": "Advanced"
  504. },
  505. {
  506. "id": "puppet var",
  507. "name": "hbase_pid_dir",
  508. "displayName": "HBase PID Dir",
  509. "description": "Directory in which the pid files for HBase processes will be created",
  510. "defaultValue": "/var/run/hbase",
  511. "isReconfigurable": false,
  512. "displayType": "directory",
  513. "isOverridable": false,
  514. "isVisible": true,
  515. "domain": "global",
  516. "serviceName": "HBASE",
  517. "category": "Advanced"
  518. },
  519. {
  520. "id": "puppet var",
  521. "name": "hbase_hdfs_root_dir",
  522. "displayName": "Hbase relative path to HDFS",
  523. "description": "Hbase relative directory to HDFS",
  524. "defaultValue": "/apps/hbase/data",
  525. "isRequired": true,
  526. "displayType": "advanced",
  527. "isVisible": false,
  528. "domain": "global",
  529. "serviceName": "HBASE",
  530. "category": "Advanced"
  531. },
  532. /**********************************************HIVE***************************************/
  533. {
  534. "id": "puppet var",
  535. "name": "hivemetastore_host",
  536. "displayName": "Hive Metastore host",
  537. "value": "",
  538. "defaultValue": "",
  539. "description": "The host that has been assigned to run Hive Metastore",
  540. "displayType": "masterHost",
  541. "isOverridable": false,
  542. "isVisible": true,
  543. "serviceName": "HIVE",
  544. "category": "Hive Metastore",
  545. "index": 0
  546. },
  547. // for existing MySQL
  548. {
  549. "id": "puppet var",
  550. "name": "hive_existing_mysql_database",
  551. "displayName": "Database Type",
  552. "value": "",
  553. "defaultValue": "MySQL",
  554. "description": "Using an existing MySQL database for Hive Metastore",
  555. "displayType": "masterHost",
  556. "isOverridable": false,
  557. "isVisible": false,
  558. "isReconfigurable": false,
  559. "domain": "global",
  560. "serviceName": "HIVE",
  561. "category": "Hive Metastore",
  562. "index": 1
  563. },
  564. // for existing Oracle
  565. {
  566. "id": "puppet var",
  567. "name": "hive_existing_oracle_database",
  568. "displayName": "Database Type",
  569. "value": "",
  570. "defaultValue": "Oracle",
  571. "description": "Using an existing Oracle database for Hive Metastore",
  572. "displayType": "masterHost",
  573. "isVisible": false,
  574. "isOverridable": false,
  575. "isReconfigurable": false,
  576. "domain": "global",
  577. "serviceName": "HIVE",
  578. "category": "Hive Metastore",
  579. "index": 1
  580. },
  581. // for new MySQL
  582. {
  583. "id": "puppet var",
  584. "name": "hive_ambari_database",
  585. "displayName": "Database Type",
  586. "value": "",
  587. "defaultValue": "MySQL",
  588. "description": "MySQL will be installed by Ambari",
  589. "displayType": "masterHost",
  590. "isOverridable": false,
  591. "isVisible": false,
  592. "domain": "global",
  593. "serviceName": "HIVE",
  594. "category": "Hive Metastore",
  595. "index": 1
  596. },
  597. {
  598. "id": "puppet var",
  599. "name": "hive_database",
  600. "displayName": "Hive Database",
  601. "value": "",
  602. "defaultValue": "New MySQL Database",
  603. "options": [
  604. {
  605. displayName: 'New MySQL Database',
  606. foreignKeys: ['hive_ambari_database', 'hive_ambari_host']
  607. },
  608. {
  609. displayName: 'Existing MySQL Database',
  610. foreignKeys: ['hive_existing_mysql_database', 'hive_existing_mysql_host']
  611. },
  612. {
  613. displayName: 'Existing Oracle Database',
  614. foreignKeys: ['hive_existing_oracle_database', 'hive_existing_oracle_host'],
  615. hidden: !App.supports.hiveOozieExtraDatabases
  616. }
  617. ],
  618. "description": "MySQL will be installed by Ambari",
  619. "displayType": "radio button",
  620. "isReconfigurable": false,
  621. "radioName": "hive-database",
  622. "isOverridable": false,
  623. "isVisible": true,
  624. "domain": "global",
  625. "serviceName": "HIVE",
  626. "category": "Hive Metastore",
  627. "index": 2
  628. },
  629. {
  630. "id": "puppet var",
  631. "name": "hive_hostname",
  632. "displayName": "Database Host",
  633. "description": "Specify the host on which the database is hosted",
  634. "defaultValue": "",
  635. "isReconfigurable": true,
  636. "displayType": "host",
  637. "isOverridable": false,
  638. "isVisible": false,
  639. "isObserved": true,
  640. "domain": "global",
  641. "serviceName": "HIVE",
  642. "category": "Hive Metastore",
  643. "index": 3
  644. },
  645. {
  646. "id": "puppet var",
  647. "name": "hive_existing_mysql_host",
  648. "displayName": "Database Host",
  649. "description": "Specify the host on which the existing database is hosted",
  650. "defaultValue": "",
  651. "isReconfigurable": false,
  652. "displayType": "host",
  653. "isOverridable": false,
  654. "isVisible": false,
  655. "isObserved": true,
  656. "domain": "global",
  657. "serviceName": "HIVE",
  658. "category": "Hive Metastore",
  659. "index": 3
  660. },
  661. {
  662. "id": "puppet var",
  663. "name": "hive_existing_oracle_host",
  664. "displayName": "Database Host",
  665. "description": "Specify the host on which the existing database is hosted",
  666. "defaultValue": "",
  667. "isReconfigurable": false,
  668. "displayType": "host",
  669. "isOverridable": false,
  670. "isVisible": false,
  671. "isObserved": true,
  672. "domain": "global",
  673. "serviceName": "HIVE",
  674. "category": "Hive Metastore",
  675. "index": 3
  676. },
  677. {
  678. "id": "puppet var",
  679. "name": "hive_ambari_host",
  680. "value": "",
  681. "defaultValue": "",
  682. "displayName": "Database Host",
  683. "description": "Host on which the database will be created by Ambari",
  684. "isReconfigurable": false,
  685. "displayType": "masterHost",
  686. "isOverridable": false,
  687. "isVisible": false,
  688. "domain": "global",
  689. "serviceName": "HIVE",
  690. "category": "Hive Metastore",
  691. "index": 3
  692. },
  693. {
  694. "id": "puppet var",
  695. "name": "hive_database_name",
  696. "displayName": "Database Name",
  697. "description": "Database name used as the Hive Metastore",
  698. "defaultValue": "hive",
  699. "isReconfigurable": true,
  700. "displayType": "host",
  701. "isOverridable": false,
  702. "isVisible": true,
  703. "isObserved": true,
  704. "domain": "global",
  705. "serviceName": "HIVE",
  706. "category": "Hive Metastore",
  707. "index": 4
  708. },
  709. {
  710. "id": "puppet var",
  711. "name": "hive_metastore_port",
  712. "displayName": "Hive metastore port",
  713. "description": "",
  714. "defaultValue": "9083",
  715. "isReconfigurable": false,
  716. "displayType": "int",
  717. "isOverridable": false,
  718. "isVisible": false,
  719. "domain": "global",
  720. "serviceName": "HIVE",
  721. "category": "Advanced"
  722. },
  723. {
  724. "id": "puppet var",
  725. "name": "hive_lib",
  726. "displayName": "Hive library",
  727. "description": "",
  728. "defaultValue": "/usr/lib/hive/lib/",
  729. "isReconfigurable": false,
  730. "displayType": "directory",
  731. "isVisible": false,
  732. "domain": "global",
  733. "serviceName": "HIVE",
  734. "category": "Advanced"
  735. },
  736. {
  737. "id": "puppet var",
  738. "name": "hive_conf_dir",
  739. "displayName": "Hive conf directory",
  740. "description": "",
  741. "defaultValue": "/etc/hive/conf",
  742. "isReconfigurable": false,
  743. "displayType": "directory",
  744. "isVisible": false,
  745. "domain": "global",
  746. "serviceName": "HIVE",
  747. "category": "Advanced"
  748. },
  749. {
  750. "id": "puppet var",
  751. "name": "hive_dbroot",
  752. "displayName": "Hive db directory",
  753. "description": "",
  754. "defaultValue": "/usr/lib/hive/lib",
  755. "isReconfigurable": false,
  756. "displayType": "directory",
  757. "isVisible": false,
  758. "domain": "global",
  759. "serviceName": "HIVE",
  760. "category": "Advanced"
  761. },
  762. {
  763. "id": "puppet var",
  764. "name": "hive_log_dir",
  765. "displayName": "Hive Log Dir",
  766. "description": "Directory for Hive log files",
  767. "defaultValue": "/var/log/hive",
  768. "isReconfigurable": false,
  769. "displayType": "directory",
  770. "isOverridable": false,
  771. "isVisible": true,
  772. "domain": "global",
  773. "serviceName": "HIVE",
  774. "category": "Advanced"
  775. },
  776. {
  777. "id": "puppet var",
  778. "name": "hive_pid_dir",
  779. "displayName": "Hive PID Dir",
  780. "description": "Directory in which the PID files for Hive processes will be created",
  781. "defaultValue": "/var/run/hive",
  782. "isReconfigurable": false,
  783. "displayType": "directory",
  784. "isOverridable": false,
  785. "isVisible": true,
  786. "domain": "global",
  787. "serviceName": "HIVE",
  788. "category": "Advanced"
  789. },
  790. {
  791. "id": "puppet var",
  792. "name": "mysql_connector_url",
  793. "displayName": "MySQL connector url",
  794. "description": "",
  795. "defaultValue": "${download_url}/mysql-connector-java-5.1.18.zip",
  796. "isReconfigurable": false,
  797. "displayType": "directory",
  798. "isVisible": false,
  799. "domain": "global",
  800. "serviceName": "HIVE",
  801. "category": "Advanced"
  802. },
  803. {
  804. "id": "puppet var",
  805. "name": "hive_aux_jars_path",
  806. "displayName": "Hive auxilary jar path",
  807. "description": "",
  808. "defaultValue": "/usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar",
  809. "isReconfigurable": false,
  810. "displayType": "directory",
  811. "isVisible": false,
  812. "domain": "global",
  813. "serviceName": "HIVE",
  814. "category": "Advanced"
  815. },
  816. /**********************************************WEBHCAT***************************************/
  817. {
  818. "id": "puppet var",
  819. "name": "webhcatserver_host",
  820. "displayName": "WebHCat Server host",
  821. "value": "",
  822. "defaultValue": "",
  823. "description": "The host that has been assigned to run WebHCat Server",
  824. "displayType": "masterHost",
  825. "isOverridable": false,
  826. "isVisible": true,
  827. "domain": "global",
  828. "serviceName": "WEBHCAT",
  829. "category": "WebHCat Server"
  830. },
  831. {
  832. "id": "puppet var",
  833. "name": "hcat_log_dir",
  834. "displayName": "WebHCat Log Dir",
  835. "description": "Directory for WebHCat log files",
  836. "defaultValue": "/var/log/webhcat",
  837. "isReconfigurable": false,
  838. "displayType": "directory",
  839. "isOverridable": false,
  840. "isVisible": true,
  841. "domain": "global",
  842. "serviceName": "WEBHCAT",
  843. "category": "Advanced"
  844. },
  845. {
  846. "id": "puppet var",
  847. "name": "hcat_pid_dir",
  848. "displayName": "WebHCat PID Dir",
  849. "description": "Directory in which the PID files for WebHCat processes will be created",
  850. "defaultValue": "/var/run/webhcat",
  851. "isReconfigurable": false,
  852. "displayType": "directory",
  853. "isOverridable": false,
  854. "isVisible": true,
  855. "domain": "global",
  856. "serviceName": "WEBHCAT",
  857. "category": "Advanced"
  858. },
  859. /**********************************************OOZIE***************************************/
  860. {
  861. "id": "puppet var",
  862. "name": "oozieserver_host",
  863. "displayName": "Oozie Server host",
  864. "value": "",
  865. "defaultValue": "",
  866. "description": "The host that has been assigned to run Oozie Server",
  867. "displayType": "masterHost",
  868. "isOverridable": false,
  869. "isVisible": true,
  870. "domain": "global",
  871. "serviceName": "OOZIE",
  872. "category": "Oozie Server",
  873. "index": 0
  874. },
  875. // for existing Oracle
  876. {
  877. "id": "puppet var",
  878. "name": "oozie_existing_oracle_database",
  879. "displayName": "Database Type",
  880. "value": "",
  881. "defaultValue": "Oracle",
  882. "description": "Using an existing Oracle database for Oozie Metastore",
  883. "displayType": "masterHost",
  884. "isVisible": false,
  885. "isObserved": true,
  886. "isReconfigurable": false,
  887. "isOverridable": false,
  888. //"domain": "global",
  889. "serviceName": "OOZIE",
  890. "category": "Oozie Server",
  891. "index": 1
  892. },
  893. // for new MySQL
  894. {
  895. "id": "puppet var",
  896. "name": "oozie_ambari_database",
  897. "displayName": "Database Type",
  898. "value": "",
  899. "defaultValue": "MySQL",
  900. "description": "MySQL will be installed by Ambari",
  901. "displayType": "masterHost",
  902. "isVisible": false,
  903. "isOverridable": false,
  904. // "domain": "global",
  905. "serviceName": "OOZIE",
  906. "category": "Oozie Server",
  907. "index": 1
  908. },
  909. // for current derby
  910. {
  911. "id": "puppet var",
  912. "name": "oozie_derby_database",
  913. "displayName": "Database Type",
  914. "value": "",
  915. "defaultValue": "Derby",
  916. "description": "Using current Derby database for Oozie Metastore",
  917. "displayType": "masterHost",
  918. "isVisible": false,
  919. "isReconfigurable": false,
  920. "isOverridable": false,
  921. // "domain": "global",
  922. "serviceName": "OOZIE",
  923. "category": "Oozie Server",
  924. "index": 1
  925. },
  926. // for existing MySQL oozie
  927. {
  928. "id": "puppet var",
  929. "name": "oozie_existing_mysql_database",
  930. "displayName": "Database Type",
  931. "value": "",
  932. "defaultValue": "MySQL",
  933. "description": "Using an existing MySQL database for Oozie Metastore",
  934. "displayType": "masterHost",
  935. "isVisible": false,
  936. "isReconfigurable": false,
  937. "isOverridable": false,
  938. //"domain": "global",
  939. "serviceName": "OOZIE",
  940. "category": "Oozie Server",
  941. "index": 1
  942. },
  943. {
  944. "id": "puppet var",
  945. "name": "oozie_database",
  946. "displayName": "Oozie Database",
  947. "value": "",
  948. "defaultValue": "New Derby Database",
  949. "options": [
  950. {
  951. displayName: 'New Derby Database',
  952. foreignKeys: ['oozie_derby_database']
  953. },
  954. /*{
  955. displayName: 'New MySQL Database',
  956. foreignKeys: ['oozie_ambari_database', 'oozie_ambari_host'],
  957. hidden: !App.supports.hiveOozieExtraDatabases
  958. },*/
  959. {
  960. displayName: 'Existing MySQL Database',
  961. foreignKeys: ['oozie_existing_mysql_database', 'oozie_existing_mysql_host'],
  962. hidden: !App.supports.hiveOozieExtraDatabases
  963. },
  964. {
  965. displayName: 'Existing Oracle Database',
  966. foreignKeys: ['oozie_existing_oracle_database', 'oozie_existing_oracle_host'],
  967. hidden: !App.supports.hiveOozieExtraDatabases
  968. }
  969. ],
  970. "description": "Current Derby Database will be installed by Ambari",
  971. "displayType": "radio button",
  972. "isReconfigurable": false,
  973. "isOverridable": false,
  974. "radioName": "oozie-database",
  975. "isVisible": true,
  976. "domain": "global",
  977. "serviceName": "OOZIE",
  978. "category": "Oozie Server",
  979. "index": 2
  980. },
  981. {
  982. "id": "puppet var",
  983. "name": "oozie_data_dir",
  984. "displayName": "Oozie Data Dir",
  985. "description": "Data directory in which the Oozie DB exists",
  986. "defaultValue": "",
  987. "defaultDirectory": "/hadoop/oozie/data",
  988. "isReconfigurable": true,
  989. "displayType": "directory",
  990. "isOverridable": false,
  991. "isVisible": true,
  992. "isRequired": false,
  993. "domain": "global",
  994. "serviceName": "OOZIE",
  995. "category": "Oozie Server",
  996. "index": 7
  997. },
  998. {
  999. "id": "puppet var",
  1000. "name": "oozie_hostname",
  1001. "defaultValue": "",
  1002. "displayName": "Database Host",
  1003. "description": "The host where the Oozie database is located",
  1004. "isReconfigurable": true,
  1005. "isOverridable": false,
  1006. "displayType": "host",
  1007. "isVisible": false,
  1008. "domain": "global",
  1009. "serviceName": "OOZIE",
  1010. "category": "Oozie Server",
  1011. "index": 3
  1012. },
  1013. {
  1014. "id": "puppet var",
  1015. "name": "oozie_existing_mysql_host",
  1016. "displayName": "Database Host",
  1017. "description": "Specify the host on which the existing database is hosted",
  1018. "defaultValue": "",
  1019. "isReconfigurable": false,
  1020. "isOverridable": false,
  1021. "displayType": "host",
  1022. "isVisible": false,
  1023. "isObserved": true,
  1024. //"domain": "global",
  1025. "serviceName": "OOZIE",
  1026. "category": "Oozie Server"
  1027. },
  1028. {
  1029. "id": "puppet var",
  1030. "name": "oozie_existing_oracle_host",
  1031. "displayName": "Database Host",
  1032. "description": "Specify the host on which the existing database is hosted",
  1033. "defaultValue": "",
  1034. "isReconfigurable": false,
  1035. "isOverridable": false,
  1036. "displayType": "host",
  1037. "isVisible": false,
  1038. "isObserved": true,
  1039. //"domain": "global",
  1040. "serviceName": "OOZIE",
  1041. "category": "Oozie Server"
  1042. },
  1043. {
  1044. "id": "puppet var",
  1045. "name": "oozie_ambari_host",
  1046. "value": "",
  1047. "defaultValue": "",
  1048. "displayName": "Database Host",
  1049. "description": "Host on which the database will be created by Ambari",
  1050. "isReconfigurable": false,
  1051. "isOverridable": false,
  1052. "displayType": "masterHost",
  1053. "isVisible": false,
  1054. //"domain": "global",
  1055. "serviceName": "OOZIE",
  1056. "category": "Oozie Server"
  1057. },
  1058. {
  1059. "id": "puppet var",
  1060. "name": "oozie_log_dir",
  1061. "displayName": "Oozie Log Dir",
  1062. "description": "Directory for oozie logs",
  1063. "defaultValue": "/var/log/oozie",
  1064. "isReconfigurable": false,
  1065. "displayType": "directory",
  1066. "isOverridable": false,
  1067. "isVisible": true,
  1068. "domain": "global",
  1069. "serviceName": "OOZIE",
  1070. "category": "Advanced"
  1071. },
  1072. {
  1073. "id": "puppet var",
  1074. "name": "oozie_pid_dir",
  1075. "displayName": "Oozie PID Dir",
  1076. "description": "Directory in which the pid files for oozie processes will be created",
  1077. "defaultValue": "/var/run/oozie",
  1078. "isReconfigurable": false,
  1079. "displayType": "directory",
  1080. "isOverridable": false,
  1081. "isVisible": true,
  1082. "domain": "global",
  1083. "serviceName": "OOZIE",
  1084. "category": "Advanced"
  1085. },
  1086. /**********************************************NAGIOS***************************************/
  1087. {
  1088. "id": "puppet var",
  1089. "name": "nagios_web_login",
  1090. "displayName": "Nagios Admin username",
  1091. "description": "Nagios Web UI Admin username",
  1092. "defaultValue": "nagiosadmin",
  1093. "isReconfigurable": false,
  1094. "displayType": "user",
  1095. "isOverridable": false,
  1096. "domain": "global",
  1097. "isVisible": true,
  1098. "serviceName": "NAGIOS",
  1099. "index": 0
  1100. },
  1101. {
  1102. "id": "puppet var",
  1103. "name": "nagios_web_password",
  1104. "displayName": "Nagios Admin password",
  1105. "description": "Nagios Web UI Admin password",
  1106. "defaultValue": "",
  1107. "isReconfigurable": true,
  1108. "displayType": "password",
  1109. "isOverridable": false,
  1110. "isVisible": true,
  1111. "domain": "global",
  1112. "serviceName": "NAGIOS",
  1113. "index": 1
  1114. },
  1115. {
  1116. "id": "puppet var",
  1117. "name": "nagios_contact",
  1118. "displayName": "Hadoop Admin email",
  1119. "description": "Hadoop Administrator email for alert notification",
  1120. "defaultValue": "",
  1121. "displayType": "email",
  1122. "isOverridable": false,
  1123. "isVisible": true,
  1124. "domain": "global",
  1125. "serviceName": "NAGIOS",
  1126. "index": 2
  1127. },
  1128. /**********************************************ZOOKEEPER***************************************/
  1129. {
  1130. "id": "puppet var",
  1131. "name": "zookeeperserver_hosts",
  1132. "displayName": "ZooKeeper Server hosts",
  1133. "value": "",
  1134. "defaultValue": "",
  1135. "description": "The host that has been assigned to run ZooKeeper Server",
  1136. "displayType": "masterHosts",
  1137. "isVisible": true,
  1138. "isOverridable": false,
  1139. "isRequired": false,
  1140. "serviceName": "ZOOKEEPER",
  1141. "category": "ZooKeeper Server",
  1142. "index": 0
  1143. },
  1144. {
  1145. "id": "puppet var",
  1146. "name": "zk_data_dir",
  1147. "displayName": "ZooKeeper directory",
  1148. "description": "Data directory for ZooKeeper",
  1149. "defaultValue": "",
  1150. "defaultDirectory": "/hadoop/zookeeper",
  1151. "isReconfigurable": false,
  1152. "displayType": "directory",
  1153. "isVisible": true,
  1154. "domain": "global",
  1155. "serviceName": "ZOOKEEPER",
  1156. "category": "ZooKeeper Server",
  1157. "index": 1
  1158. },
  1159. {
  1160. "id": "puppet var",
  1161. "name": "tickTime",
  1162. "displayName": "Length of single Tick",
  1163. "description": "The length of a single tick in milliseconds, which is the basic time unit used by ZooKeeper",
  1164. "defaultValue": "2000",
  1165. "displayType": "int",
  1166. "unit": "ms",
  1167. "isOverridable": false,
  1168. "isVisible": true,
  1169. "domain": "global",
  1170. "serviceName": "ZOOKEEPER",
  1171. "category": "ZooKeeper Server",
  1172. "index": 2
  1173. },
  1174. {
  1175. "id": "puppet var",
  1176. "name": "initLimit",
  1177. "displayName": "Ticks to allow for sync at Init",
  1178. "description": "Amount of time, in ticks to allow followers to connect and sync to a leader",
  1179. "defaultValue": "10",
  1180. "displayType": "int",
  1181. "isOverridable": false,
  1182. "isVisible": true,
  1183. "domain": "global",
  1184. "serviceName": "ZOOKEEPER",
  1185. "category": "ZooKeeper Server",
  1186. "index": 3
  1187. },
  1188. {
  1189. "id": "puppet var",
  1190. "name": "syncLimit",
  1191. "displayName": "Ticks to allow for sync at Runtime",
  1192. "description": "Amount of time, in ticks to allow followers to connect",
  1193. "defaultValue": "5",
  1194. "displayType": "int",
  1195. "isOverridable": false,
  1196. "isVisible": true,
  1197. "domain": "global",
  1198. "serviceName": "ZOOKEEPER",
  1199. "category": "ZooKeeper Server",
  1200. "index": 4
  1201. },
  1202. {
  1203. "id": "puppet var",
  1204. "name": "clientPort",
  1205. "displayName": "Port for running ZK Server",
  1206. "description": "Port for running ZooKeeper server",
  1207. "defaultValue": "2181",
  1208. "displayType": "int",
  1209. "isOverridable": false,
  1210. "isVisible": true,
  1211. "domain": "global",
  1212. "serviceName": "ZOOKEEPER",
  1213. "category": "ZooKeeper Server",
  1214. "index": 5
  1215. },
  1216. {
  1217. "id": "puppet var",
  1218. "name": "zk_log_dir",
  1219. "displayName": "ZooKeeper Log Dir",
  1220. "description": "Directory for ZooKeeper log files",
  1221. "defaultValue": "/var/log/zookeeper",
  1222. "isReconfigurable": false,
  1223. "displayType": "directory",
  1224. "isOverridable": false,
  1225. "isVisible": true,
  1226. "domain": "global",
  1227. "serviceName": "ZOOKEEPER",
  1228. "category": "Advanced",
  1229. "index": 0
  1230. },
  1231. {
  1232. "id": "puppet var",
  1233. "name": "zk_pid_dir",
  1234. "displayName": "ZooKeeper PID Dir",
  1235. "description": "Directory in which the pid files for zookeeper processes will be created",
  1236. "defaultValue": "/var/run/zookeeper",
  1237. "isReconfigurable": false,
  1238. "displayType": "directory",
  1239. "isOverridable": false,
  1240. "isVisible": true,
  1241. "domain": "global",
  1242. "serviceName": "ZOOKEEPER",
  1243. "category": "Advanced",
  1244. "index": 1
  1245. },
  1246. {
  1247. "id": "puppet var",
  1248. "name": "zk_pid_file",
  1249. "displayName": "ZooKeeper PID File",
  1250. "description": "",
  1251. "defaultValue": "/var/run/zookeeper/zookeeper_server.pid",
  1252. "isReconfigurable": false,
  1253. "displayType": "directory",
  1254. "isVisible": false,
  1255. "domain": "global",
  1256. "serviceName": "ZOOKEEPER",
  1257. "category": "Advanced"
  1258. },
  1259. /**********************************************HUE***************************************/
  1260. {
  1261. "id": "puppet var",
  1262. "name": "hueserver_host",
  1263. "displayName": "Hue Server host",
  1264. "value": "",
  1265. "defaultValue": "",
  1266. "description": "The host that has been assigned to run Hue Server",
  1267. "displayType": "masterHost",
  1268. "isOverridable": false,
  1269. "isVisible": true,
  1270. "domain": "global",
  1271. "serviceName": "HUE",
  1272. "category": "Hue Server"
  1273. },
  1274. {
  1275. "id": "puppet var",
  1276. "name": "hue_log_dir",
  1277. "displayName": "HUE Log Dir",
  1278. "description": "Directory for HUE logs",
  1279. "defaultValue": "/var/log/hue",
  1280. "isReconfigurable": false,
  1281. "displayType": "directory",
  1282. "isOverridable": false,
  1283. "isVisible": true,
  1284. "domain": "global",
  1285. "serviceName": "HUE",
  1286. "category": "Advanced"
  1287. },
  1288. {
  1289. "id": "puppet var",
  1290. "name": "hue_pid_dir",
  1291. "displayName": "HUE Pid Dir",
  1292. "description": "Directory in which the pid files for HUE processes will be created",
  1293. "defaultValue": "/var/run/hue",
  1294. "isReconfigurable": false,
  1295. "displayType": "directory",
  1296. "isOverridable": false,
  1297. "isVisible": true,
  1298. "domain": "global",
  1299. "serviceName": "HUE",
  1300. "category": "Advanced"
  1301. },
  1302. /**********************************************GANGLIA***************************************/
  1303. {
  1304. "id": "puppet var",
  1305. "name": "ganglia_conf_dir",
  1306. "displayName": "Ganglia conf directory",
  1307. "description": "",
  1308. "defaultValue": "/etc/ganglia/hdp",
  1309. "isReconfigurable": false,
  1310. "displayType": "directory",
  1311. "isVisible": false,
  1312. "domain": "global",
  1313. "serviceName": "GANGLIA",
  1314. "category": "Advanced"
  1315. },
  1316. /**********************************************MISC***************************************/
  1317. {
  1318. "id": "puppet var",
  1319. "name": "hbase_conf_dir",
  1320. "displayName": "HBase conf dir",
  1321. "description": "",
  1322. "defaultValue": "/etc/hbase",
  1323. "isRequired": false,
  1324. "displayType": "directory",
  1325. "isVisible": false,
  1326. "domain": "global",
  1327. "serviceName": "MISC",
  1328. "category": "General",
  1329. "belongsToService":[]
  1330. },
  1331. {
  1332. "id": "puppet var",
  1333. "name": "proxyuser_group",
  1334. "displayName": "Proxy group for Hive, WebHCat, and Oozie",
  1335. "description": "",
  1336. "defaultValue": "users",
  1337. "isReconfigurable": false,
  1338. "displayType": "user",
  1339. "isOverridable": false,
  1340. "isVisible": true,
  1341. "filename": "core-site.xml",
  1342. "domain": "global",
  1343. "serviceName": "MISC",
  1344. "category": "Users and Groups",
  1345. "belongsToService":["HIVE","WEBHCAT","OOZIE"]
  1346. },
  1347. {
  1348. "id": "puppet var",
  1349. "name": "dfs_datanode_address",
  1350. "displayName": "dfs_datanode_address",
  1351. "description": "",
  1352. "defaultValue": "50010",
  1353. "isReconfigurable": true,
  1354. "displayType": "int",
  1355. "isVisible": true,
  1356. "filename": "hdfs-site.xml",
  1357. "domain": "global",
  1358. "serviceName": "MISC",
  1359. "category": "Advanced",
  1360. "belongsToService":[]
  1361. },
  1362. {
  1363. "id": "puppet var",
  1364. "name": "dfs_datanode_http_address",
  1365. "displayName": "dfs_datanode_http_address",
  1366. "description": "",
  1367. "defaultValue": "50075",
  1368. "isReconfigurable": true,
  1369. "displayType": "int",
  1370. "isVisible": true,
  1371. "filename": "hdfs-site.xml",
  1372. "domain": "global",
  1373. "serviceName": "MISC",
  1374. "category": "Advanced",
  1375. "belongsToService":[]
  1376. },
  1377. {
  1378. "id": "puppet var",
  1379. "name": "gpl_artifacts_download_url",
  1380. "displayName": "gpl artifact download url",
  1381. "description": "",
  1382. "defaultValue": "",
  1383. "isReconfigurable": false,
  1384. "displayType": "advanced",
  1385. "isVisible": false,
  1386. "domain": "global",
  1387. "serviceName": "MISC",
  1388. "category": "General",
  1389. "belongsToService":[]
  1390. },
  1391. {
  1392. "id": "puppet var",
  1393. "name": "apache_artifacts_download_url",
  1394. "displayName": "apache artifact download url",
  1395. "description": "",
  1396. "defaultValue": "",
  1397. "isReconfigurable": false,
  1398. "displayType": "advanced",
  1399. "isVisible": false,
  1400. "domain": "global",
  1401. "serviceName": "MISC",
  1402. "category": "General",
  1403. "belongsToService":[]
  1404. },
  1405. {
  1406. "id": "puppet var",
  1407. "name": "ganglia_runtime_dir",
  1408. "displayName": "Ganglia runtime directory",
  1409. "description": "",
  1410. "defaultValue": "/var/run/ganglia/hdp",
  1411. "isReconfigurable": false,
  1412. "displayType": "directory",
  1413. "isVisible": false,
  1414. "domain": "global",
  1415. "serviceName": "MISC",
  1416. "category": "General",
  1417. "belongsToService":[]
  1418. },
  1419. {
  1420. "id": "puppet var",
  1421. "name": "java64_home",
  1422. "displayName": "Path to 64-bit JAVA_HOME",
  1423. "description": "Path to 64-bit JAVA_HOME. /usr/jdk/jdk1.6.0_31 is the default used by Ambari. You can override this to a specific path that contains the JDK. Note that the path must be valid on ALL hosts in your cluster.",
  1424. "defaultValue": "/usr/jdk64/jdk1.6.0_31",
  1425. "isRequired": true,
  1426. "isReconfigurable": false,
  1427. "displayType": "directory",
  1428. "isVisible": false,
  1429. "domain": "global",
  1430. "serviceName": "MISC",
  1431. "belongsToService":[]
  1432. },
  1433. {
  1434. "id": "puppet var",
  1435. "name": "run_dir",
  1436. "displayName": "Hadoop run directory",
  1437. "description": "",
  1438. "defaultValue": "/var/run/hadoop",
  1439. "isRequired": false,
  1440. "isReconfigurable": false,
  1441. "displayType": "directory",
  1442. "isVisible": false,
  1443. "domain": "global",
  1444. "serviceName": "MISC",
  1445. "category": "Advanced",
  1446. "belongsToService":[]
  1447. },
  1448. {
  1449. "id": "puppet var",
  1450. "name": "hadoop_conf_dir",
  1451. "displayName": "Hadoop conf directory",
  1452. "description": "",
  1453. "defaultValue": "/etc/hadoop/conf",
  1454. "isRequired": false,
  1455. "isReconfigurable": false,
  1456. "displayType": "directory",
  1457. "isVisible": false,
  1458. "domain": "global",
  1459. "serviceName": "MISC",
  1460. "category": "Advanced",
  1461. "belongsToService":[]
  1462. },
  1463. {
  1464. "id": "puppet var",
  1465. "name": "hdfs_user",
  1466. "displayName": "HDFS User",
  1467. "description": "User to run HDFS as",
  1468. "defaultValue": "hdfs",
  1469. "isReconfigurable": false,
  1470. "displayType": "user",
  1471. "isOverridable": false,
  1472. "isVisible": true,
  1473. "serviceName": "MISC",
  1474. "domain": "global",
  1475. "category": "Users and Groups",
  1476. "belongsToService":["HDFS"]
  1477. },
  1478. {
  1479. "id": "puppet var",
  1480. "name": "mapred_user",
  1481. "displayName": "MapReduce User",
  1482. "description": "User to run MapReduce as",
  1483. "defaultValue": "mapred",
  1484. "isReconfigurable": false,
  1485. "displayType": "user",
  1486. "isOverridable": false,
  1487. "isVisible": true,
  1488. "domain": "global",
  1489. "serviceName": "MISC",
  1490. "category": "Users and Groups",
  1491. "belongsToService":["MAPREDUCE2"]
  1492. },
  1493. {
  1494. "id": "puppet var",
  1495. "name": "yarn_user",
  1496. "displayName": "YARN User",
  1497. "description": "User to run YARN as",
  1498. "defaultValue": "yarn",
  1499. "isReconfigurable": false,
  1500. "displayType": "user",
  1501. "isOverridable": false,
  1502. "isVisible": true,
  1503. "domain": "global",
  1504. "serviceName": "MISC",
  1505. "category": "Users and Groups",
  1506. "belongsToService":["YARN"]
  1507. },
  1508. {
  1509. "id": "puppet var",
  1510. "name": "hbase_user",
  1511. "displayName": "HBase User",
  1512. "description": "User to run HBase as",
  1513. "defaultValue": "hbase",
  1514. "isReconfigurable": false,
  1515. "displayType": "user",
  1516. "isOverridable": false,
  1517. "isVisible": true,
  1518. "domain": "global",
  1519. "serviceName": "MISC",
  1520. "category": "Users and Groups",
  1521. "belongsToService":["HBASE"]
  1522. },
  1523. {
  1524. "id": "puppet var",
  1525. "name": "hive_user",
  1526. "displayName": "Hive User",
  1527. "description": "User to run Hive as",
  1528. "defaultValue": "hive",
  1529. "isReconfigurable": false,
  1530. "displayType": "user",
  1531. "isOverridable": false,
  1532. "isVisible": true,
  1533. "domain": "global",
  1534. "serviceName": "MISC",
  1535. "category": "Users and Groups",
  1536. "belongsToService":["HIVE"]
  1537. },
  1538. {
  1539. "id": "puppet var",
  1540. "name": "hcat_user",
  1541. "displayName": "HCat User",
  1542. "description": "User to run HCatalog as",
  1543. "defaultValue": "hcat",
  1544. "isReconfigurable": false,
  1545. "displayType": "user",
  1546. "isOverridable": false,
  1547. "isVisible": true,
  1548. "domain": "global",
  1549. "serviceName": "MISC",
  1550. "category": "Users and Groups",
  1551. "belongsToService":["HCATALOG"]
  1552. },
  1553. {
  1554. "id": "puppet var",
  1555. "name": "webhcat_user",
  1556. "displayName": "WebHCat User",
  1557. "description": "User to run WebHCat as",
  1558. "defaultValue": "hcat",
  1559. "isReconfigurable": false,
  1560. "displayType": "user",
  1561. "isOverridable": false,
  1562. "isVisible": true,
  1563. "domain": "global",
  1564. "serviceName": "MISC",
  1565. "category": "Users and Groups",
  1566. "belongsToService":["WEBHCAT"]
  1567. },
  1568. {
  1569. "id": "puppet var",
  1570. "name": "oozie_user",
  1571. "displayName": "Oozie User",
  1572. "description": "User to run Oozie as",
  1573. "defaultValue": "oozie",
  1574. "isReconfigurable": false,
  1575. "displayType": "user",
  1576. "isOverridable": false,
  1577. "isVisible": true,
  1578. "domain": "global",
  1579. "serviceName": "MISC",
  1580. "category": "Users and Groups",
  1581. "belongsToService":["OOZIE"]
  1582. },
  1583. {
  1584. "id": "puppet var",
  1585. "name": "zk_user",
  1586. "displayName": "ZooKeeper User",
  1587. "description": "User to run ZooKeeper as",
  1588. "defaultValue": "zookeeper",
  1589. "isReconfigurable": false,
  1590. "displayType": "user",
  1591. "isOverridable": false,
  1592. "isVisible": true,
  1593. "domain": "global",
  1594. "serviceName": "MISC",
  1595. "category": "Users and Groups",
  1596. "belongsToService":["ZOOKEEPER"]
  1597. },
  1598. {
  1599. "id": "puppet var",
  1600. "name": "gmetad_user",
  1601. "displayName": "Ganglia User",
  1602. "description": "The user used to run Ganglia",
  1603. "defaultValue": "nobody",
  1604. "isReconfigurable": false,
  1605. "displayType": "user",
  1606. "isOverridable": false,
  1607. "isVisible": true,
  1608. "domain": "global",
  1609. "serviceName": "MISC",
  1610. "category": "Users and Groups",
  1611. "belongsToService":["GANGLIA"]
  1612. },
  1613. {
  1614. "id": "puppet var",
  1615. "name": "gmond_user",
  1616. "displayName": "Gmond User",
  1617. "description": "The user used to run gmond for Ganglia",
  1618. "defaultValue": "nobody",
  1619. "isReconfigurable": false,
  1620. "displayType": "advanced",
  1621. "isOverridable": false,
  1622. "isVisible": false,
  1623. "domain": "global",
  1624. "serviceName":"MISC",
  1625. "category": "Users and Groups",
  1626. "belongsToService":[]
  1627. },
  1628. {
  1629. "id": "puppet var",
  1630. "name": "nagios_user",
  1631. "displayName": "Nagios User",
  1632. "description": "User to run Nagios as",
  1633. "defaultValue": "nagios",
  1634. "isReconfigurable": false,
  1635. "displayType": "user",
  1636. "isOverridable": false,
  1637. "domain": "global",
  1638. "isVisible": true,
  1639. "serviceName":"MISC",
  1640. "category": "Users and Groups",
  1641. "belongsToService":["NAGIOS"]
  1642. },
  1643. {
  1644. "id": "puppet var",
  1645. "name": "nagios_group",
  1646. "displayName": "Nagios Group",
  1647. "description": "Nagios Group",
  1648. "defaultValue": "nagios",
  1649. "isReconfigurable": false,
  1650. "displayType": "user",
  1651. "isOverridable": false,
  1652. "domain": "global",
  1653. "isVisible": true,
  1654. "serviceName":"MISC",
  1655. "category": "Users and Groups",
  1656. "belongsToService":["NAGIOS"]
  1657. },
  1658. {
  1659. "id": "puppet var",
  1660. "name": "smokeuser",
  1661. "displayName": "Smoke Test User",
  1662. "description": "The user used to run service smoke tests",
  1663. "defaultValue": "ambari-qa",
  1664. "isReconfigurable": false,
  1665. "displayType": "user",
  1666. "isOverridable": false,
  1667. "isVisible": App.supports.customizeSmokeTestUser,
  1668. "domain": "global",
  1669. "serviceName": "MISC",
  1670. "category": "Users and Groups",
  1671. "belongsToService":["HDFS"]
  1672. },
  1673. {
  1674. "id": "puppet var",
  1675. "name": "user_group",
  1676. "displayName": "Hadoop Group",
  1677. "description": "Group that the users specified above belong to",
  1678. "defaultValue": "hadoop",
  1679. "isReconfigurable": false,
  1680. "displayType": "user",
  1681. "isOverridable": false,
  1682. "isVisible": true,
  1683. "domain": "global",
  1684. "serviceName": "MISC",
  1685. "category": "Users and Groups",
  1686. "belongsToService":["HDFS"]
  1687. },
  1688. {
  1689. "id": "puppet var",
  1690. "name": "rrdcached_base_dir",
  1691. "displayName": "Ganglia rrdcached base directory",
  1692. "description": "Default directory for saving the rrd files on ganglia server",
  1693. "defaultValue": "/var/lib/ganglia/rrds",
  1694. "displayType": "directory",
  1695. "isReconfigurable": true,
  1696. "isOverridable": false,
  1697. "domain": "global",
  1698. "isVisible": true,
  1699. "serviceName": "GANGLIA",
  1700. "category": "General",
  1701. "belongsToService":["GANGLIA"]
  1702. }
  1703. ]
  1704. };