OOZIE.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. {
  2. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations?fields=*",
  3. "items" : [
  4. {
  5. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.authentication.kerberos.name.rules",
  6. "StackConfigurations" : {
  7. "property_description" : "The mapping from kerberos principal names to local OS user names.",
  8. "property_name" : "oozie.authentication.kerberos.name.rules",
  9. "property_value" : "DEFAULT",
  10. "service_name" : "OOZIE",
  11. "stack_name" : "HDP",
  12. "stack_version" : "1.3.0",
  13. "type" : "oozie-site.xml"
  14. }
  15. },
  16. {
  17. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.authentication.type",
  18. "StackConfigurations" : {
  19. "property_description" : "\n ",
  20. "property_name" : "oozie.authentication.type",
  21. "property_value" : "simple",
  22. "service_name" : "OOZIE",
  23. "stack_name" : "HDP",
  24. "stack_version" : "1.3.0",
  25. "type" : "oozie-site.xml"
  26. }
  27. },
  28. {
  29. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.base.url",
  30. "StackConfigurations" : {
  31. "property_description" : "Base Oozie URL.",
  32. "property_name" : "oozie.base.url",
  33. "property_value" : "http://localhost:11000/oozie",
  34. "service_name" : "OOZIE",
  35. "stack_name" : "HDP",
  36. "stack_version" : "1.3.0",
  37. "type" : "oozie-site.xml"
  38. }
  39. },
  40. {
  41. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.db.schema.name",
  42. "StackConfigurations" : {
  43. "property_description" : "\n Oozie DataBase Name\n ",
  44. "property_name" : "oozie.db.schema.name",
  45. "property_value" : "oozie",
  46. "service_name" : "OOZIE",
  47. "stack_name" : "HDP",
  48. "stack_version" : "1.3.0",
  49. "type" : "oozie-site.xml"
  50. }
  51. },
  52. {
  53. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.ActionService.executor.ext.classes",
  54. "StackConfigurations" : {
  55. "property_description" : null,
  56. "property_name" : "oozie.service.ActionService.executor.ext.classes",
  57. "property_value" : "org.apache.oozie.action.email.EmailActionExecutor,\norg.apache.oozie.action.hadoop.HiveActionExecutor,\norg.apache.oozie.action.hadoop.ShellActionExecutor,\norg.apache.oozie.action.hadoop.SqoopActionExecutor,\norg.apache.oozie.action.hadoop.DistcpActionExecutor",
  58. "service_name" : "OOZIE",
  59. "stack_name" : "HDP",
  60. "stack_version" : "1.3.0",
  61. "type" : "oozie-site.xml"
  62. }
  63. },
  64. {
  65. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.AuthorizationService.authorization.enabled",
  66. "StackConfigurations" : {
  67. "property_description" : "\n Specifies whether security (user name/admin role) is enabled or not.\n If disabled any user can manage Oozie system and manage any job.\n ",
  68. "property_name" : "oozie.service.AuthorizationService.authorization.enabled",
  69. "property_value" : "true",
  70. "service_name" : "OOZIE",
  71. "stack_name" : "HDP",
  72. "stack_version" : "1.3.0",
  73. "type" : "oozie-site.xml"
  74. }
  75. },
  76. {
  77. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.CallableQueueService.callable.concurrency",
  78. "StackConfigurations" : {
  79. "property_description" : "\n Maximum concurrency for a given callable type.\n Each command is a callable type (submit, start, run, signal, job, jobs, suspend,resume, etc).\n Each action type is a callable type (Map-Reduce, Pig, SSH, FS, sub-workflow, etc).\n All commands that use action executors (action-start, action-end, action-kill and action-check) use\n the action type as the callable type.\n ",
  80. "property_name" : "oozie.service.CallableQueueService.callable.concurrency",
  81. "property_value" : "3",
  82. "service_name" : "OOZIE",
  83. "stack_name" : "HDP",
  84. "stack_version" : "1.3.0",
  85. "type" : "oozie-site.xml"
  86. }
  87. },
  88. {
  89. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.CallableQueueService.queue.size",
  90. "StackConfigurations" : {
  91. "property_description" : "Max callable queue size",
  92. "property_name" : "oozie.service.CallableQueueService.queue.size",
  93. "property_value" : "1000",
  94. "service_name" : "OOZIE",
  95. "stack_name" : "HDP",
  96. "stack_version" : "1.3.0",
  97. "type" : "oozie-site.xml"
  98. }
  99. },
  100. {
  101. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.CallableQueueService.threads",
  102. "StackConfigurations" : {
  103. "property_description" : "Number of threads used for executing callables",
  104. "property_name" : "oozie.service.CallableQueueService.threads",
  105. "property_value" : "10",
  106. "service_name" : "OOZIE",
  107. "stack_name" : "HDP",
  108. "stack_version" : "1.3.0",
  109. "type" : "oozie-site.xml"
  110. }
  111. },
  112. {
  113. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.HadoopAccessorService.hadoop.configurations",
  114. "StackConfigurations" : {
  115. "property_description" : "\n Comma separated AUTHORITY=HADOOP_CONF_DIR, where AUTHORITY is the HOST:PORT of\n the Hadoop service (JobTracker, HDFS). The wildcard '*' configuration is\n used when there is no exact match for an authority. The HADOOP_CONF_DIR contains\n the relevant Hadoop *-site.xml files. If the path is relative is looked within\n the Oozie configuration directory; though the path can be absolute (i.e. to point\n to Hadoop client conf/ directories in the local filesystem.\n ",
  116. "property_name" : "oozie.service.HadoopAccessorService.hadoop.configurations",
  117. "property_value" : "*=/etc/hadoop/conf",
  118. "service_name" : "OOZIE",
  119. "stack_name" : "HDP",
  120. "stack_version" : "1.3.0",
  121. "type" : "oozie-site.xml"
  122. }
  123. },
  124. {
  125. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.HadoopAccessorService.jobTracker.whitelist",
  126. "StackConfigurations" : {
  127. "property_description" : "\n Whitelisted job tracker for Oozie service.\n ",
  128. "property_name" : "oozie.service.HadoopAccessorService.jobTracker.whitelist",
  129. "property_value" : " ",
  130. "service_name" : "OOZIE",
  131. "stack_name" : "HDP",
  132. "stack_version" : "1.3.0",
  133. "type" : "oozie-site.xml"
  134. }
  135. },
  136. {
  137. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.HadoopAccessorService.nameNode.whitelist",
  138. "StackConfigurations" : {
  139. "property_description" : "\n ",
  140. "property_name" : "oozie.service.HadoopAccessorService.nameNode.whitelist",
  141. "property_value" : " ",
  142. "service_name" : "OOZIE",
  143. "stack_name" : "HDP",
  144. "stack_version" : "1.3.0",
  145. "type" : "oozie-site.xml"
  146. }
  147. },
  148. {
  149. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.JPAService.create.db.schema",
  150. "StackConfigurations" : {
  151. "property_description" : "\n Creates Oozie DB.\n\n If set to true, it creates the DB schema if it does not exist. If the DB schema exists is a NOP.\n If set to false, it does not create the DB schema. If the DB schema does not exist it fails start up.\n ",
  152. "property_name" : "oozie.service.JPAService.create.db.schema",
  153. "property_value" : "false",
  154. "service_name" : "OOZIE",
  155. "stack_name" : "HDP",
  156. "stack_version" : "1.3.0",
  157. "type" : "oozie-site.xml"
  158. }
  159. },
  160. {
  161. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.JPAService.jdbc.driver",
  162. "StackConfigurations" : {
  163. "property_description" : "\n JDBC driver class.\n ",
  164. "property_name" : "oozie.service.JPAService.jdbc.driver",
  165. "property_value" : "org.apache.derby.jdbc.EmbeddedDriver",
  166. "service_name" : "OOZIE",
  167. "stack_name" : "HDP",
  168. "stack_version" : "1.3.0",
  169. "type" : "oozie-site.xml"
  170. }
  171. },
  172. {
  173. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.JPAService.jdbc.password",
  174. "StackConfigurations" : {
  175. "property_description" : "\n DB user password.\n\n IMPORTANT: if password is emtpy leave a 1 space string, the service trims the value,\n if empty Configuration assumes it is NULL.\n ",
  176. "property_name" : "oozie.service.JPAService.jdbc.password",
  177. "property_value" : " ",
  178. "service_name" : "OOZIE",
  179. "stack_name" : "HDP",
  180. "stack_version" : "1.3.0",
  181. "type" : "oozie-site.xml"
  182. }
  183. },
  184. {
  185. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.JPAService.jdbc.url",
  186. "StackConfigurations" : {
  187. "property_description" : "\n JDBC URL.\n ",
  188. "property_name" : "oozie.service.JPAService.jdbc.url",
  189. "property_value" : "jdbc:derby:${oozie.data.dir}/${oozie.db.schema.name}-db;create=true",
  190. "service_name" : "OOZIE",
  191. "stack_name" : "HDP",
  192. "stack_version" : "1.3.0",
  193. "type" : "oozie-site.xml"
  194. }
  195. },
  196. {
  197. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.JPAService.jdbc.username",
  198. "StackConfigurations" : {
  199. "property_description" : "\n DB user name.\n ",
  200. "property_name" : "oozie.service.JPAService.jdbc.username",
  201. "property_value" : "oozie",
  202. "service_name" : "OOZIE",
  203. "stack_name" : "HDP",
  204. "stack_version" : "1.3.0",
  205. "type" : "oozie-site.xml"
  206. }
  207. },
  208. {
  209. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.JPAService.pool.max.active.conn",
  210. "StackConfigurations" : {
  211. "property_description" : "\n Max number of connections.\n ",
  212. "property_name" : "oozie.service.JPAService.pool.max.active.conn",
  213. "property_value" : "10",
  214. "service_name" : "OOZIE",
  215. "stack_name" : "HDP",
  216. "stack_version" : "1.3.0",
  217. "type" : "oozie-site.xml"
  218. }
  219. },
  220. {
  221. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.PurgeService.older.than",
  222. "StackConfigurations" : {
  223. "property_description" : "\n Jobs older than this value, in days, will be purged by the PurgeService.\n ",
  224. "property_name" : "oozie.service.PurgeService.older.than",
  225. "property_value" : "30",
  226. "service_name" : "OOZIE",
  227. "stack_name" : "HDP",
  228. "stack_version" : "1.3.0",
  229. "type" : "oozie-site.xml"
  230. }
  231. },
  232. {
  233. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.PurgeService.purge.interval",
  234. "StackConfigurations" : {
  235. "property_description" : "\n Interval at which the purge service will run, in seconds.\n ",
  236. "property_name" : "oozie.service.PurgeService.purge.interval",
  237. "property_value" : "3600",
  238. "service_name" : "OOZIE",
  239. "stack_name" : "HDP",
  240. "stack_version" : "1.3.0",
  241. "type" : "oozie-site.xml"
  242. }
  243. },
  244. {
  245. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.SchemaService.wf.ext.schemas",
  246. "StackConfigurations" : {
  247. "property_description" : null,
  248. "property_name" : "oozie.service.SchemaService.wf.ext.schemas",
  249. "property_value" : "shell-action-0.1.xsd,email-action-0.1.xsd,hive-action-0.2.xsd,sqoop-action-0.2.xsd,ssh-action-0.1.xsd,distcp-action-0.1.xsd",
  250. "service_name" : "OOZIE",
  251. "stack_name" : "HDP",
  252. "stack_version" : "1.3.0",
  253. "type" : "oozie-site.xml"
  254. }
  255. },
  256. {
  257. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.WorkflowAppService.system.libpath",
  258. "StackConfigurations" : {
  259. "property_description" : "\n System library path to use for workflow applications.\n This path is added to workflow application if their job properties sets\n the property 'oozie.use.system.libpath' to true.\n ",
  260. "property_name" : "oozie.service.WorkflowAppService.system.libpath",
  261. "property_value" : "/user/${user.name}/share/lib",
  262. "service_name" : "OOZIE",
  263. "stack_name" : "HDP",
  264. "stack_version" : "1.3.0",
  265. "type" : "oozie-site.xml"
  266. }
  267. },
  268. {
  269. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.service.coord.normal.default.timeout",
  270. "StackConfigurations" : {
  271. "property_description" : "Default timeout for a coordinator action input check (in minutes) for normal job.\n -1 means infinite timeout",
  272. "property_name" : "oozie.service.coord.normal.default.timeout",
  273. "property_value" : "120",
  274. "service_name" : "OOZIE",
  275. "stack_name" : "HDP",
  276. "stack_version" : "1.3.0",
  277. "type" : "oozie-site.xml"
  278. }
  279. },
  280. {
  281. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.system.id",
  282. "StackConfigurations" : {
  283. "property_description" : "\n The Oozie system ID.\n ",
  284. "property_name" : "oozie.system.id",
  285. "property_value" : "oozie-${user.name}",
  286. "service_name" : "OOZIE",
  287. "stack_name" : "HDP",
  288. "stack_version" : "1.3.0",
  289. "type" : "oozie-site.xml"
  290. }
  291. },
  292. {
  293. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie.systemmode",
  294. "StackConfigurations" : {
  295. "property_description" : "\n System mode for Oozie at startup.\n ",
  296. "property_name" : "oozie.systemmode",
  297. "property_value" : "NORMAL",
  298. "service_name" : "OOZIE",
  299. "stack_name" : "HDP",
  300. "stack_version" : "1.3.0",
  301. "type" : "oozie-site.xml"
  302. }
  303. },
  304. {
  305. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_ambari_database",
  306. "StackConfigurations" : {
  307. "property_description" : "Database default.",
  308. "property_name" : "oozie_ambari_database",
  309. "property_value" : "MySQL",
  310. "service_name" : "OOZIE",
  311. "stack_name" : "HDP",
  312. "stack_version" : "1.3.0",
  313. "type" : "global.xml"
  314. }
  315. },
  316. {
  317. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_data_dir",
  318. "StackConfigurations" : {
  319. "property_description" : "Data directory in which the Oozie DB exists",
  320. "property_name" : "oozie_data_dir",
  321. "property_value" : "/hadoop/oozie/data",
  322. "service_name" : "OOZIE",
  323. "stack_name" : "HDP",
  324. "stack_version" : "1.3.0",
  325. "type" : "global.xml"
  326. }
  327. },
  328. {
  329. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_database_name",
  330. "StackConfigurations" : {
  331. "property_description" : "Database name used for the Oozie.",
  332. "property_name" : "oozie_database_name",
  333. "property_value" : "oozie",
  334. "service_name" : "OOZIE",
  335. "stack_name" : "HDP",
  336. "stack_version" : "1.3.0",
  337. "type" : "global.xml"
  338. }
  339. },
  340. {
  341. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_derby_database",
  342. "StackConfigurations" : {
  343. "property_description" : "Oozie Derby Database.",
  344. "property_name" : "oozie_derby_database",
  345. "property_value" : "Derby",
  346. "service_name" : "OOZIE",
  347. "stack_name" : "HDP",
  348. "stack_version" : "1.3.0",
  349. "type" : "global.xml"
  350. }
  351. },
  352. {
  353. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_existing_mysql_database",
  354. "StackConfigurations" : {
  355. "property_description" : "Oozie MySQL Database.",
  356. "property_name" : "oozie_existing_mysql_database",
  357. "property_value" : "MySQL",
  358. "service_name" : "OOZIE",
  359. "stack_name" : "HDP",
  360. "stack_version" : "1.3.0",
  361. "type" : "global.xml"
  362. }
  363. },
  364. {
  365. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_existing_oracle_database",
  366. "StackConfigurations" : {
  367. "property_description" : "Oracle Database",
  368. "property_name" : "oozie_existing_oracle_database",
  369. "property_value" : "Oracle",
  370. "service_name" : "OOZIE",
  371. "stack_name" : "HDP",
  372. "stack_version" : "1.3.0",
  373. "type" : "global.xml"
  374. }
  375. },
  376. {
  377. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_log_dir",
  378. "StackConfigurations" : {
  379. "property_description" : "Directory for oozie logs",
  380. "property_name" : "oozie_log_dir",
  381. "property_value" : "/var/log/oozie",
  382. "service_name" : "OOZIE",
  383. "stack_name" : "HDP",
  384. "stack_version" : "1.3.0",
  385. "type" : "global.xml"
  386. }
  387. },
  388. {
  389. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_metastore_user_name",
  390. "StackConfigurations" : {
  391. "property_description" : "Database user name to use to connect to the database",
  392. "property_name" : "oozie_metastore_user_name",
  393. "property_value" : "oozie",
  394. "service_name" : "OOZIE",
  395. "stack_name" : "HDP",
  396. "stack_version" : "1.3.0",
  397. "type" : "global.xml"
  398. }
  399. },
  400. {
  401. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_pid_dir",
  402. "StackConfigurations" : {
  403. "property_description" : "Directory in which the pid files for oozie reside.",
  404. "property_name" : "oozie_pid_dir",
  405. "property_value" : "/var/run/oozie",
  406. "service_name" : "OOZIE",
  407. "stack_name" : "HDP",
  408. "stack_version" : "1.3.0",
  409. "type" : "global.xml"
  410. }
  411. },
  412. {
  413. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/oozie_user",
  414. "StackConfigurations" : {
  415. "property_description" : "Oozie User.",
  416. "property_name" : "oozie_user",
  417. "property_value" : "oozie",
  418. "service_name" : "OOZIE",
  419. "stack_name" : "HDP",
  420. "stack_version" : "1.3.0",
  421. "type" : "global.xml"
  422. }
  423. },
  424. {
  425. "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/OOZIE/configurations/use.system.libpath.for.mapreduce.and.pig.jobs",
  426. "StackConfigurations" : {
  427. "property_description" : "\n If set to true, submissions of MapReduce and Pig jobs will include\n automatically the system library path, thus not requiring users to\n specify where the Pig JAR files are. Instead, the ones from the system\n library path are used.\n ",
  428. "property_name" : "use.system.libpath.for.mapreduce.and.pig.jobs",
  429. "property_value" : "false",
  430. "service_name" : "OOZIE",
  431. "stack_name" : "HDP",
  432. "stack_version" : "1.3.0",
  433. "type" : "oozie-site.xml"
  434. }
  435. }
  436. ]
  437. }