config_mapping.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  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. "name": "fs.default.name",
  21. "templateName": ["namenode_host"],
  22. "foreignKey": null,
  23. "value": "hdfs://<templateName[0]>:8020",
  24. "filename": "core-site.xml"
  25. },
  26. {
  27. "name": "fs.checkpoint.dir",
  28. "templateName": ["fs_checkpoint_dir"],
  29. "foreignKey": null,
  30. "value": "<templateName[0]>",
  31. "filename": "core-site.xml"
  32. },
  33. {
  34. "name": "fs.checkpoint.period",
  35. "templateName": ["fs_checkpoint_period"],
  36. "foreignKey": null,
  37. "value": "<templateName[0]>",
  38. "filename": "core-site.xml"
  39. },
  40. {
  41. "name": "fs.checkpoint.size",
  42. "templateName": ["fs_checkpoint_size"],
  43. "foreignKey": null,
  44. "value": "<templateName[0]>",
  45. "filename": "core-site.xml"
  46. },
  47. {
  48. "name": "fs.checkpoint.edits.dir",
  49. "templateName": [],
  50. "foreignKey": ["fs.checkpoint.dir"],
  51. "value": "<foreignKey[0]>",
  52. "filename": "core-site.xml"
  53. },
  54. {
  55. "name": "hadoop.proxyuser.<foreignKey[0]>.groups",
  56. "templateName": ["proxyuser_group"],
  57. "foreignKey": ["hive_user"],
  58. "value": "<templateName[0]>",
  59. "filename": "core-site.xml"
  60. },
  61. {
  62. "name": "hadoop.proxyuser.<foreignKey[0]>.groups",
  63. "templateName": ["proxyuser_group"],
  64. "foreignKey": ["oozie_user"],
  65. "value": "<templateName[0]>",
  66. "filename": "core-site.xml"
  67. },
  68. {
  69. "name": "hadoop.proxyuser.<foreignKey[0]>.groups",
  70. "templateName": ["proxyuser_group"],
  71. "foreignKey": ["templeton_user"],
  72. "value": "<templateName[0]>",
  73. "filename": "core-site.xml"
  74. },
  75. {
  76. "name": "dfs.name.dir",
  77. "templateName": ["dfs_name_dir"],
  78. "foreignKey": null,
  79. "value": "<templateName[0]>",
  80. "filename": "hdfs-site.xml"
  81. },
  82. {
  83. "name": "dfs.support.append",
  84. "templateName": ["dfs_support_append"],
  85. "foreignKey": null,
  86. "value": "<templateName[0]>",
  87. "filename": "hdfs-site.xml"
  88. },
  89. {
  90. "name": "dfs.webhdfs.enabled",
  91. "templateName": ["dfs_webhdfs_enabled"],
  92. "foreignKey": null,
  93. "value": "<templateName[0]>",
  94. "filename": "hdfs-site.xml"
  95. },
  96. {
  97. "name": "dfs.webhdfs.enabled",
  98. "templateName": ["dfs_webhdfs_enabled"],
  99. "foreignKey": null,
  100. "value": "<templateName[0]>",
  101. "filename": "hdfs-site.xml"
  102. },
  103. {
  104. "name": "dfs.datanode.failed.volumes.tolerated",
  105. "templateName": ["dfs_datanode_failed_volume_tolerated"],
  106. "foreignKey": null,
  107. "value": "<templateName[0]>",
  108. "filename": "hdfs-site.xml"
  109. },
  110. {
  111. "name": "dfs.block.local-path-access.user",
  112. "templateName": ["dfs_block_local_path_access_user"],
  113. "foreignKey": null,
  114. "value": "<templateName[0]>",
  115. "filename": "hdfs-site.xml"
  116. },
  117. {
  118. "name": "dfs.data.dir",
  119. "templateName": ["dfs_data_dir"],
  120. "foreignKey": null,
  121. "value": "<templateName[0]>",
  122. "filename": "hdfs-site.xml"
  123. },
  124. {
  125. "name": "dfs.hosts.exclude",
  126. "templateName": ["hadoop_conf_dir", "dfs_exclude"],
  127. "foreignKey": null,
  128. "value": "<templateName[0]>\/<templateName[1]>",
  129. "filename": "hdfs-site.xml"
  130. },
  131. {
  132. "name": "dfs.hosts",
  133. "templateName": ["hadoop_conf_dir", "dfs_include"],
  134. "foreignKey": null,
  135. "value": "<templateName[0]>\/<templateName[1]>",
  136. "filename": "hdfs-site.xml"
  137. },
  138. {
  139. "name": "dfs.replication",
  140. "templateName": ["dfs_replication"],
  141. "foreignKey": null,
  142. "value": "<templateName[0]>",
  143. "filename": "hdfs-site.xml"
  144. },
  145. {
  146. "name": "dfs.datanode.address",
  147. "templateName": ["dfs_datanode_address"],
  148. "foreignKey": null,
  149. "value": "0.0.0.0:<templateName[0]>",
  150. "filename": "hdfs-site.xml"
  151. },
  152. {
  153. "name": "dfs.datanode.http.address",
  154. "templateName": ["dfs_datanode_http_address"],
  155. "foreignKey": null,
  156. "value": "0.0.0.0:<templateName[0]>",
  157. "filename": "hdfs-site.xml"
  158. },
  159. {
  160. "name": "dfs.http.address",
  161. "templateName": ["namenode_host"],
  162. "foreignKey": null,
  163. "value": "<templateName[0]>:50070",
  164. "filename": "hdfs-site.xml"
  165. },
  166. {
  167. "name": "dfs.datanode.du.reserved",
  168. "templateName": ["datanode_du_reserved"],
  169. "foreignKey": null,
  170. "value": "<templateName[0]>",
  171. "filename": "hdfs-site.xml"
  172. },
  173. {
  174. "name": "dfs.namenode.kerberos.principal",
  175. "templateName": ["kerberos_domain"],
  176. "foreignKey": null,
  177. "value": "nn\/_HOST@<templateName[0]>",
  178. "filename": "hdfs-site.xml"
  179. },
  180. {
  181. "name": "dfs.secondary.namenode.kerberos.principal",
  182. "templateName": ["kerberos_domain"],
  183. "foreignKey": null,
  184. "value": "nn\/_HOST@<templateName[0]>",
  185. "filename": "hdfs-site.xml"
  186. },
  187. {
  188. "name": "dfs.namenode.kerberos.https.principal",
  189. "templateName": ["kerberos_domain"],
  190. "foreignKey": null,
  191. "value": "host\/_HOST@<templateName[0]>",
  192. "filename": "hdfs-site.xml"
  193. },
  194. {
  195. "name": "dfs.secondary.namenode.kerberos.https.principal",
  196. "templateName": ["kerberos_domain"],
  197. "foreignKey": null,
  198. "value": "host\/_HOST@<templateName[0]>",
  199. "filename": "hdfs-site.xml"
  200. },
  201. {
  202. "name": "dfs.secondary.http.address",
  203. "templateName": ["snamenode_host"],
  204. "foreignKey": null,
  205. "value": "<templateName[0]>:50090",
  206. "filename": "hdfs-site.xml"
  207. },
  208. {
  209. "name": "dfs.web.authentication.kerberos.keytab",
  210. "templateName": ["keytab_path"],
  211. "foreignKey": null,
  212. "value": "<templateName[0]>\/spnego.service.keytab",
  213. "filename": "hdfs-site.xml"
  214. },
  215. {
  216. "name": "dfs.datanode.kerberos.principal",
  217. "templateName": ["kerberos_domain"],
  218. "foreignKey": null,
  219. "value": "dn\/_HOST@<templateName[0]>",
  220. "filename": "hdfs-site.xml"
  221. },
  222. {
  223. "name": "dfs.namenode.keytab.file",
  224. "templateName": ["keytab_path"],
  225. "foreignKey": null,
  226. "value": "<templateName[0]>\/nn.service.keytab",
  227. "filename": "hdfs-site.xml"
  228. },
  229. {
  230. "name": "dfs.secondary.namenode.keytab.file",
  231. "templateName": ["keytab_path"],
  232. "foreignKey": null,
  233. "value": "<templateName[0]>\/nn.service.keytab",
  234. "filename": "hdfs-site.xml"
  235. },
  236. {
  237. "name": "dfs.datanode.keytab.file",
  238. "templateName": ["keytab_path"],
  239. "foreignKey": null,
  240. "value": "<templateName[0]>\/dn.service.keytab",
  241. "filename": "hdfs-site.xml"
  242. },
  243. {
  244. "name": "dfs.https.address",
  245. "templateName": ["namenode_host"],
  246. "foreignKey": null,
  247. "value": "<templateName[0]>:50470",
  248. "filename": "hdfs-site.xml"
  249. },
  250. {
  251. "name": "dfs.datanode.data.dir.perm",
  252. "templateName": ["dfs_datanode_data_dir_perm"],
  253. "foreignKey": null,
  254. "value": "<templateName[0]>",
  255. "filename": "hdfs-site.xml"
  256. },
  257. {
  258. "name": "dfs.namenode.kerberos.internal.spnego.principal",
  259. "templateName": [],
  260. "foreignKey": ["dfs.web.authentication.kerberos.principal"],
  261. "value": "<foreignKey[0]>",
  262. "filename": "hdfs-site.xml"
  263. },
  264. {
  265. "name": "dfs.secondary.namenode.kerberos.internal.spnego.principal",
  266. "templateName": [],
  267. "foreignKey": ["dfs.web.authentication.kerberos.principal"],
  268. "value": "<foreignKey[0]>",
  269. "filename": "hdfs-site.xml"
  270. },
  271. {
  272. "name": "mapred.local.dir",
  273. "templateName": ["mapred_local_dir"],
  274. "foreignKey": null,
  275. "value": "<templateName[0]>",
  276. "filename": "mapred-site.xml"
  277. },
  278. {
  279. "name": "mapred.local.dir",
  280. "templateName": ["mapred_local_dir"],
  281. "foreignKey": null,
  282. "value": "<templateName[0]>",
  283. "filename": "mapred-site.xml"
  284. },
  285. {
  286. "name": "oozie.service.StoreService.jdbc.url",
  287. "templateName": ["oozie_data_dir"],
  288. "foreignKey": ["oozie.db.schema.name"],
  289. "value": "<templateName[0]>\/<foreignKey[0]>",
  290. "filename": "oozie-site.xml"
  291. },
  292. {
  293. "name": "javax.jdo.option.ConnectionURL",
  294. "templateName": ["hive_mysql_host", "hive_database_name"],
  295. "foreignKey": null,
  296. "value": "<templateName[0]>\/<templateName[1]>",
  297. "filename": "hive-site.xml"
  298. },
  299. {
  300. "name": "javax.jdo.option.ConnectionUserName",
  301. "templateName": ["hive_metastore_user_name"],
  302. "foreignKey": null,
  303. "value": "<templateName[0]>",
  304. "filename": "hive-site.xml"
  305. },
  306. {
  307. "name": "javax.jdo.option.ConnectionPassword",
  308. "templateName": ["hive_metastore_user_passwd"],
  309. "foreignKey": null,
  310. "value": "<templateName[0]>",
  311. "filename": "hive-site.xml"
  312. },
  313. {
  314. "name": "mapred.jobtracker.taskScheduler",
  315. "templateName": ["scheduler_name"],
  316. "foreignKey": null,
  317. "value": "<templateName[0]>",
  318. "filename": "mapred-site.xml"
  319. },
  320. {
  321. "name": "mapred.tasktracker.map.tasks.maximum",
  322. "templateName": ["mapred_map_tasks_max"],
  323. "foreignKey": null,
  324. "value": "<templateName[0]>",
  325. "filename": "mapred-site.xml"
  326. },
  327. {
  328. "name": "mapred.tasktracker.reduce.tasks.maximum",
  329. "templateName": ["mapred_red_tasks_max"],
  330. "foreignKey": null,
  331. "value": "<templateName[0]>",
  332. "filename": "mapred-site.xml"
  333. },
  334. {
  335. "name": "mapred.cluster.reduce.memory.mb",
  336. "templateName": ["mapred_cluster_red_mem_mb"],
  337. "foreignKey": null,
  338. "value": "<templateName[0]>",
  339. "filename": "mapred-site.xml"
  340. },
  341. {
  342. "name": "mapred.job.map.memory.mb",
  343. "templateName": ["mapred_job_map_mem_mb"],
  344. "foreignKey": null,
  345. "value": "<templateName[0]>",
  346. "filename": "mapred-site.xml"
  347. },
  348. {
  349. "name": "mapred.cluster.max.map.memory.mb",
  350. "templateName": ["mapred_cluster_max_map_mem_mb"],
  351. "foreignKey": null,
  352. "value": "<templateName[0]>",
  353. "filename": "mapred-site.xml"
  354. },
  355. {
  356. "name": "mapred.cluster.max.reduce.memory.mb",
  357. "templateName": ["mapred_cluster_max_red_mem_mb"],
  358. "foreignKey": null,
  359. "value": "<templateName[0]>",
  360. "filename": "mapred-site.xml"
  361. },
  362. {
  363. "name": "mapred.job.reduce.memory.mb",
  364. "templateName": ["mapred_job_red_mem_mb"],
  365. "foreignKey": null,
  366. "value": "<templateName[0]>",
  367. "filename": "mapred-site.xml"
  368. },
  369. {
  370. "name": "mapred.hosts",
  371. "templateName": ["hadoop_conf_dir", "mapred_hosts_include"],
  372. "foreignKey": null,
  373. "value": "<templateName[0]>\/<templateName[1]>",
  374. "filename": "mapred-site.xml"
  375. },
  376. {
  377. "name": "mapred.hosts.exclude",
  378. "templateName": ["hadoop_conf_dir", "mapred_hosts_exclude"],
  379. "foreignKey": null,
  380. "value": "<templateName[0]>\/<templateName[1]>",
  381. "filename": "mapred-site.xml"
  382. },
  383. {
  384. "name": "mapred.healthChecker.script.path",
  385. "templateName": ["mapred_jobstatus_dir"],
  386. "foreignKey": null,
  387. "value": "<templateName[0]>",
  388. "filename": "mapred-site.xml"
  389. },
  390. {
  391. "name": "mapred.job.tracker.persist.jobstatus.dir",
  392. "templateName": ["hadoop_conf_dir"],
  393. "foreignKey": null,
  394. "value": "<templateName[0]>\/health_check",
  395. "filename": "mapred-site.xml"
  396. },
  397. {
  398. "name": "mapred.child.java.opts",
  399. "templateName": ["mapred_child_java_opts_sz"],
  400. "foreignKey": null,
  401. "value": "<templateName[0]>",
  402. "filename": "mapred-site.xml"
  403. },
  404. {
  405. "name": "mapred.cluster.map.memory.mb",
  406. "templateName": ["mapred_cluster_map_mem_mb"],
  407. "foreignKey": null,
  408. "value": "<templateName[0]>",
  409. "filename": "mapred-site.xml"
  410. },
  411. {
  412. "name": "io.sort.mb",
  413. "templateName": ["io_sort_mb"],
  414. "foreignKey": null,
  415. "value": "<templateName[0]>",
  416. "filename": "mapred-site.xml"
  417. },
  418. {
  419. "name": "io.sort.spill.percent",
  420. "templateName": ["io_sort_spill_percent"],
  421. "foreignKey": null,
  422. "value": "<templateName[0]>",
  423. "filename": "mapred-site.xml"
  424. },
  425. {
  426. "name": "mapred.system.dir",
  427. "templateName": ["mapred_system_dir"],
  428. "foreignKey": null,
  429. "value": "<templateName[0]>",
  430. "filename": "mapred-site.xml"
  431. },
  432. {
  433. "name": "mapred.job.tracker",
  434. "templateName": ["jobtracker.host"],
  435. "foreignKey": null,
  436. "value": "<templateName[0]>:50300",
  437. "filename": "mapred-site.xml"
  438. },
  439. {
  440. "name": "mapred.job.tracker.http.addres",
  441. "templateName": ["jobtracker.host"],
  442. "foreignKey": null,
  443. "value": "<templateName[0]>:50300",
  444. "filename": "mapred-site.xml"
  445. },
  446. {
  447. "name": "mapred.userlog.retain.hours",
  448. "templateName": ["mapreduce_userlog_retainhours"],
  449. "foreignKey": null,
  450. "value": "<templateName[0]>",
  451. "filename": "mapred-site.xml"
  452. },
  453. {
  454. "name": "mapred.jobtracker.maxtasks.per.job",
  455. "templateName": ["maxtasks_per_job"],
  456. "foreignKey": null,
  457. "value": "<templateName[0]>",
  458. "filename": "mapred-site.xml"
  459. },
  460. {
  461. "name": "mapred.task.tracker.task-controller",
  462. "templateName": ["task_controller"],
  463. "foreignKey": null,
  464. "value": "<templateName[0]>",
  465. "filename": "mapred-site.xml"
  466. },
  467. {
  468. "name": "mapreduce.jobtracker.kerberos.principal",
  469. "templateName": ["kerberos_domain"],
  470. "foreignKey": null,
  471. "value": "jt\/_HOST@<templateName[0]>",
  472. "filename": "mapred-site.xml"
  473. },
  474. {
  475. "name": "mapreduce.tasktracker.kerberos.principal",
  476. "templateName": ["kerberos_domain"],
  477. "foreignKey": null,
  478. "value": "tt\/_HOST@<templateName[0]>",
  479. "filename": "mapred-site.xml"
  480. },
  481. {
  482. "name": "mapreduce.jobtracker.keytab.file",
  483. "templateName": ["keytab_path"],
  484. "foreignKey": null,
  485. "value": "<templateName[0]>\/jt.service.keytab",
  486. "filename": "mapred-site.xml"
  487. },
  488. {
  489. "name": "mapreduce.tasktracker.keytab.file",
  490. "templateName": ["keytab_path"],
  491. "foreignKey": null,
  492. "value": "<templateName[0]>\/tt.service.keytab",
  493. "filename": "mapred-site.xml"
  494. },
  495. {
  496. "name": "mapreduce.history.server.http.address",
  497. "templateName": ["jobtracker.host"],
  498. "foreignKey": null,
  499. "value": "<templateName[0]>:51111",
  500. "filename": "mapred-site.xml"
  501. },
  502. {
  503. "name": "mapreduce.jobhistory.kerberos.principal",
  504. "templateName": ["kerberos_domain"],
  505. "foreignKey": null,
  506. "value": "jt\/_HOST@<templateName[0]>",
  507. "filename": "mapred-site.xml"
  508. },
  509. {
  510. "name": "mapreduce.jobhistory.keytab.file",
  511. "templateName": ["keytab_path"],
  512. "foreignKey": null,
  513. "value": "<templateName[0]>\/jt.service.keytab",
  514. "filename": "mapred-site.xml"
  515. },
  516. {
  517. "name": "hbase.rootdir",
  518. "templateName": ["namenode_host", "hbase_hdfs_root_dir"],
  519. "foreignKey": null,
  520. "value": "hdfs:\/\/<templateName[0]>:8020<templateName[1]>",
  521. "filename": "hbase-site.xml"
  522. },
  523. {
  524. "name": "hbase.tmp.dir",
  525. "templateName": ["hbase_tmp_dir"],
  526. "foreignKey": null,
  527. "value": "<templateName[0]>",
  528. "filename": "hbase-site.xml"
  529. },
  530. {
  531. "name": "hbase.master.info.bindAddress",
  532. "templateName": ["hbasemaster.host"],
  533. "foreignKey": null,
  534. "value": "<templateName[0]>",
  535. "filename": "hbase-site.xml"
  536. },
  537. {
  538. "name": "hbase.regionserver.global.memstore.upperLimit",
  539. "templateName": ["regionserver_memstore_upperlimit"],
  540. "foreignKey": null,
  541. "value": "<templateName[0]>",
  542. "filename": "hbase-site.xml"
  543. },
  544. {
  545. "name": "hbase.hstore.blockingStoreFiles",
  546. "templateName": ["hstore_blockingstorefiles"],
  547. "foreignKey": null,
  548. "value": "<templateName[0]>",
  549. "filename": "hbase-site.xml"
  550. },
  551. {
  552. "name": "hbase.hstore.compactionThreshold",
  553. "templateName": ["hstore_compactionthreshold"],
  554. "foreignKey": null,
  555. "value": "<templateName[0]>",
  556. "filename": "hbase-site.xml"
  557. },
  558. {
  559. "name": "hfile.block.cache.size",
  560. "templateName": ["hfile_blockcache_size"],
  561. "foreignKey": null,
  562. "value": "<templateName[0]>",
  563. "filename": "hbase-site.xml"
  564. },
  565. {
  566. "name": "hbase.hregion.max.filesize",
  567. "templateName": ["hstorefile_maxsize"],
  568. "foreignKey": null,
  569. "value": "<templateName[0]>",
  570. "filename": "hbase-site.xml"
  571. },
  572. {
  573. "name": "hbase.regionserver.handler.count",
  574. "templateName": ["regionserver_handlers"],
  575. "foreignKey": null,
  576. "value": "<templateName[0]>",
  577. "filename": "hbase-site.xml"
  578. },
  579. {
  580. "name": "hbase.hregion.majorcompaction",
  581. "templateName": ["hregion_majorcompaction"],
  582. "foreignKey": null,
  583. "value": "<templateName[0]>",
  584. "filename": "hbase-site.xml"
  585. },
  586. {
  587. "name": "hbase.regionserver.global.memstore.lowerLimit",
  588. "templateName": ["regionserver_memstore_lowerlimit"],
  589. "foreignKey": null,
  590. "value": "<templateName[0]>",
  591. "filename": "hbase-site.xml"
  592. },
  593. {
  594. "name": "hbase.hregion.memstore.block.multiplier",
  595. "templateName": ["hregion_blockmultiplier"],
  596. "foreignKey": null,
  597. "value": "<templateName[0]>",
  598. "filename": "hbase-site.xml"
  599. },
  600. {
  601. "name": "hbase.hregion.memstore.mslab.enabled",
  602. "templateName": ["regionserver_memstore_lab"],
  603. "foreignKey": null,
  604. "value": "<templateName[0]>",
  605. "filename": "hbase-site.xml"
  606. },
  607. {
  608. "name": "hbase.hregion.memstore.flush.size",
  609. "templateName": ["hregion_memstoreflushsize"],
  610. "foreignKey": null,
  611. "value": "<templateName[0]>",
  612. "filename": "hbase-site.xml"
  613. },
  614. {
  615. "name": "hbase.client.scanner.caching",
  616. "templateName": ["client_scannercaching"],
  617. "foreignKey": null,
  618. "value": "<templateName[0]>",
  619. "filename": "hbase-site.xml"
  620. },
  621. {
  622. "name": "hbase.client.scanner.caching",
  623. "templateName": ["client_scannercaching"],
  624. "foreignKey": null,
  625. "value": "<templateName[0]>",
  626. "filename": "hbase-site.xml"
  627. },
  628. {
  629. "name": "zookeeper.session.timeout",
  630. "templateName": ["zookeeper_sessiontimeout"],
  631. "foreignKey": null,
  632. "value": "<templateName[0]>",
  633. "filename": "hbase-site.xml"
  634. },
  635. {
  636. "name": "hbase.client.keyvalue.maxsize",
  637. "templateName": ["hfile_max_keyvalue_size"],
  638. "foreignKey": null,
  639. "value": "<templateName[0]>",
  640. "filename": "hbase-site.xml"
  641. },
  642. {
  643. "name": "hbase.master.keytab.file",
  644. "templateName": ["keytab_path"],
  645. "foreignKey": null,
  646. "value": "<templateName[0]>\/hm.service.keytab",
  647. "filename": "hbase-site.xml"
  648. },
  649. {
  650. "name": "hbase.master.kerberos.principal",
  651. "templateName": ["kerberos_domain"],
  652. "foreignKey": null,
  653. "value": "hm\/_HOST@<templateName[0]>",
  654. "filename": "hbase-site.xml"
  655. },
  656. {
  657. "name": "hbase.regionserver.kerberos.principal",
  658. "templateName": ["kerberos_domain"],
  659. "foreignKey": null,
  660. "value": "rs\/_HOST@<templateName[0]>",
  661. "filename": "hbase-site.xml"
  662. },
  663. {
  664. "name": "hbase.coprocessor.region.classes",
  665. "templateName": ["preloaded_regioncoprocessor_classes"],
  666. "foreignKey": null,
  667. "value": "<templateName[0]>",
  668. "filename": "hbase-site.xml"
  669. },
  670. {
  671. "name": "dfs.support.append",
  672. "templateName": ["hdfs_support_append"],
  673. "foreignKey": null,
  674. "value": "<templateName[0]>",
  675. "filename": "hbase-site.xml"
  676. },
  677. {
  678. "name": "dfs.client.read.shortcircuit",
  679. "templateName": ["hdfs_enable_shortcircuit_read"],
  680. "foreignKey": null,
  681. "value": "<templateName[0]>",
  682. "filename": "hbase-site.xml"
  683. },
  684. {
  685. "name": "dfs.client.read.shortcircuit.skip.checksum",
  686. "templateName": ["hdfs_enable_shortcircuit_skipchecksum"],
  687. "foreignKey": null,
  688. "value": "<templateName[0]>",
  689. "filename": "hbase-site.xml"
  690. }
  691. ]