host_component_actual_configs.json 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254
  1. {
  2. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services?fields=components/ServiceComponentInfo,components/host_components,components/host_components/HostRoles&_=1358264805285",
  3. "items" : [
  4. {
  5. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HBASE",
  6. "ServiceInfo" : {
  7. "cluster_name" : "cl1",
  8. "service_name" : "HBASE"
  9. },
  10. "components" : [
  11. {
  12. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HBASE/components/HBASE_REGIONSERVER",
  13. "ServiceComponentInfo" : {
  14. "cluster_name" : "cl1",
  15. "desired_configs" : { },
  16. "state" : "STARTED",
  17. "component_name" : "HBASE_REGIONSERVER",
  18. "service_name" : "HBASE"
  19. },
  20. "host_components" : [
  21. {
  22. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/HBASE_REGIONSERVER",
  23. "HostRoles" : {
  24. "configs" : {
  25. "hbase-site" : "version1",
  26. "global" : "version1"
  27. },
  28. "cluster_name" : "cl1",
  29. "desired_configs" : { },
  30. "desired_state" : "INSTALLED",
  31. "state" : "INSTALLED",
  32. "component_name" : "HBASE_REGIONSERVER",
  33. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  34. }
  35. },
  36. {
  37. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/HBASE_REGIONSERVER",
  38. "HostRoles" : {
  39. "configs" : {
  40. "hbase-site" : "version1",
  41. "global" : "version1"
  42. },
  43. "cluster_name" : "cl1",
  44. "desired_configs" : { },
  45. "desired_state" : "INSTALLED",
  46. "state" : "INSTALLED",
  47. "component_name" : "HBASE_REGIONSERVER",
  48. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  49. }
  50. },
  51. {
  52. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/HBASE_REGIONSERVER",
  53. "HostRoles" : {
  54. "configs" : {
  55. "hbase-site" : "version1",
  56. "global" : "version1"
  57. },
  58. "cluster_name" : "cl1",
  59. "desired_configs" : { },
  60. "desired_state" : "STARTED",
  61. "state" : "STARTED",
  62. "component_name" : "HBASE_REGIONSERVER",
  63. "host_name" : "ip-10-191-202-42.ec2.internal"
  64. }
  65. },
  66. {
  67. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/HBASE_REGIONSERVER",
  68. "HostRoles" : {
  69. "configs" : {
  70. "hbase-site" : "version1",
  71. "global" : "version1"
  72. },
  73. "cluster_name" : "cl1",
  74. "desired_configs" : { },
  75. "desired_state" : "STARTED",
  76. "state" : "STARTED",
  77. "component_name" : "HBASE_REGIONSERVER",
  78. "host_name" : "ip-10-110-38-164.ec2.internal"
  79. }
  80. },
  81. {
  82. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/HBASE_REGIONSERVER",
  83. "HostRoles" : {
  84. "configs" : {
  85. "hbase-site" : "version1",
  86. "global" : "version1"
  87. },
  88. "cluster_name" : "cl1",
  89. "desired_configs" : { },
  90. "desired_state" : "STARTED",
  91. "state" : "STARTED",
  92. "component_name" : "HBASE_REGIONSERVER",
  93. "host_name" : "ip-10-110-79-42.ec2.internal"
  94. }
  95. }
  96. ]
  97. },
  98. {
  99. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HBASE/components/HBASE_MASTER",
  100. "ServiceComponentInfo" : {
  101. "MasterStartTime" : 1358245370553,
  102. "MasterActiveTime" : 1358245370618,
  103. "RegionsInTransition" : [ ],
  104. "component_name" : "HBASE_MASTER",
  105. "state" : "STARTED",
  106. "HeapMemoryUsed" : 14455400,
  107. "Revision" : "Unknown",
  108. "service_name" : "HBASE",
  109. "HeapMemoryMax" : 1069416448,
  110. "AverageLoad" : 1.0,
  111. "cluster_name" : "cl1",
  112. "desired_configs" : { },
  113. "Version" : "0.94.2.21"
  114. },
  115. "host_components" : [
  116. {
  117. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/HBASE_MASTER",
  118. "HostRoles" : {
  119. "configs" : {
  120. "hbase-site" : "version1",
  121. "global" : "version1"
  122. },
  123. "ha_status" : "active",
  124. "cluster_name" : "cl1",
  125. "desired_configs" : { },
  126. "desired_state" : "STARTED",
  127. "state" : "STARTED",
  128. "component_name" : "HBASE_MASTER",
  129. "host_name" : "ip-10-191-202-42.ec2.internal"
  130. }
  131. }
  132. ]
  133. },
  134. {
  135. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HBASE/components/HBASE_CLIENT",
  136. "ServiceComponentInfo" : {
  137. "cluster_name" : "cl1",
  138. "desired_configs" : { },
  139. "state" : "INSTALLED",
  140. "component_name" : "HBASE_CLIENT",
  141. "service_name" : "HBASE"
  142. },
  143. "host_components" : [
  144. {
  145. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/HBASE_CLIENT",
  146. "HostRoles" : {
  147. "configs" : { },
  148. "cluster_name" : "cl1",
  149. "desired_configs" : { },
  150. "desired_state" : "INSTALLED",
  151. "state" : "INSTALLED",
  152. "component_name" : "HBASE_CLIENT",
  153. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  154. }
  155. },
  156. {
  157. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/HBASE_CLIENT",
  158. "HostRoles" : {
  159. "configs" : { },
  160. "cluster_name" : "cl1",
  161. "desired_configs" : { },
  162. "desired_state" : "INSTALLED",
  163. "state" : "INSTALLED",
  164. "component_name" : "HBASE_CLIENT",
  165. "host_name" : "ip-10-191-202-42.ec2.internal"
  166. }
  167. },
  168. {
  169. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/HBASE_CLIENT",
  170. "HostRoles" : {
  171. "configs" : { },
  172. "cluster_name" : "cl1",
  173. "desired_configs" : { },
  174. "desired_state" : "INSTALLED",
  175. "state" : "INSTALLED",
  176. "component_name" : "HBASE_CLIENT",
  177. "host_name" : "ip-10-110-38-164.ec2.internal"
  178. }
  179. },
  180. {
  181. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/HBASE_CLIENT",
  182. "HostRoles" : {
  183. "configs" : { },
  184. "cluster_name" : "cl1",
  185. "desired_configs" : { },
  186. "desired_state" : "INSTALLED",
  187. "state" : "INSTALLED",
  188. "component_name" : "HBASE_CLIENT",
  189. "host_name" : "ip-10-110-79-42.ec2.internal"
  190. }
  191. },
  192. {
  193. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/HBASE_CLIENT",
  194. "HostRoles" : {
  195. "configs" : { },
  196. "cluster_name" : "cl1",
  197. "desired_configs" : { },
  198. "desired_state" : "INSTALLED",
  199. "state" : "INSTALLED",
  200. "component_name" : "HBASE_CLIENT",
  201. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  202. }
  203. }
  204. ]
  205. }
  206. ]
  207. },
  208. {
  209. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/NAGIOS",
  210. "ServiceInfo" : {
  211. "cluster_name" : "cl1",
  212. "service_name" : "NAGIOS"
  213. },
  214. "components" : [
  215. {
  216. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/NAGIOS/components/NAGIOS_SERVER",
  217. "ServiceComponentInfo" : {
  218. "cluster_name" : "cl1",
  219. "desired_configs" : { },
  220. "state" : "STARTED",
  221. "component_name" : "NAGIOS_SERVER",
  222. "service_name" : "NAGIOS"
  223. },
  224. "host_components" : [
  225. {
  226. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/NAGIOS_SERVER",
  227. "HostRoles" : {
  228. "configs" : {
  229. "global" : "version1"
  230. },
  231. "cluster_name" : "cl1",
  232. "desired_configs" : { },
  233. "desired_state" : "STARTED",
  234. "state" : "STARTED",
  235. "component_name" : "NAGIOS_SERVER",
  236. "host_name" : "ip-10-191-202-42.ec2.internal"
  237. }
  238. }
  239. ]
  240. }
  241. ]
  242. },
  243. {
  244. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/SQOOP",
  245. "ServiceInfo" : {
  246. "cluster_name" : "cl1",
  247. "service_name" : "SQOOP"
  248. },
  249. "components" : [
  250. {
  251. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/SQOOP/components/SQOOP",
  252. "ServiceComponentInfo" : {
  253. "cluster_name" : "cl1",
  254. "desired_configs" : { },
  255. "state" : "INSTALLED",
  256. "component_name" : "SQOOP",
  257. "service_name" : "SQOOP"
  258. },
  259. "host_components" : [
  260. {
  261. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/SQOOP",
  262. "HostRoles" : {
  263. "configs" : { },
  264. "cluster_name" : "cl1",
  265. "desired_configs" : { },
  266. "desired_state" : "INSTALLED",
  267. "state" : "INSTALLED",
  268. "component_name" : "SQOOP",
  269. "host_name" : "ip-10-191-202-42.ec2.internal"
  270. }
  271. },
  272. {
  273. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/SQOOP",
  274. "HostRoles" : {
  275. "configs" : { },
  276. "cluster_name" : "cl1",
  277. "desired_configs" : { },
  278. "desired_state" : "INSTALLED",
  279. "state" : "INSTALLED",
  280. "component_name" : "SQOOP",
  281. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  282. }
  283. },
  284. {
  285. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/SQOOP",
  286. "HostRoles" : {
  287. "configs" : { },
  288. "cluster_name" : "cl1",
  289. "desired_configs" : { },
  290. "desired_state" : "INSTALLED",
  291. "state" : "INSTALLED",
  292. "component_name" : "SQOOP",
  293. "host_name" : "ip-10-110-38-164.ec2.internal"
  294. }
  295. },
  296. {
  297. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/SQOOP",
  298. "HostRoles" : {
  299. "configs" : { },
  300. "cluster_name" : "cl1",
  301. "desired_configs" : { },
  302. "desired_state" : "INSTALLED",
  303. "state" : "INSTALLED",
  304. "component_name" : "SQOOP",
  305. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  306. }
  307. },
  308. {
  309. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/SQOOP",
  310. "HostRoles" : {
  311. "configs" : { },
  312. "cluster_name" : "cl1",
  313. "desired_configs" : { },
  314. "desired_state" : "INSTALLED",
  315. "state" : "INSTALLED",
  316. "component_name" : "SQOOP",
  317. "host_name" : "ip-10-110-79-42.ec2.internal"
  318. }
  319. }
  320. ]
  321. }
  322. ]
  323. },
  324. {
  325. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HDFS",
  326. "ServiceInfo" : {
  327. "cluster_name" : "cl1",
  328. "service_name" : "HDFS"
  329. },
  330. "components" : [
  331. {
  332. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HDFS/components/HDFS_CLIENT",
  333. "ServiceComponentInfo" : {
  334. "cluster_name" : "cl1",
  335. "desired_configs" : { },
  336. "state" : "INSTALLED",
  337. "component_name" : "HDFS_CLIENT",
  338. "service_name" : "HDFS"
  339. },
  340. "host_components" : [
  341. {
  342. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/HDFS_CLIENT",
  343. "HostRoles" : {
  344. "configs" : { },
  345. "cluster_name" : "cl1",
  346. "desired_configs" : { },
  347. "desired_state" : "INSTALLED",
  348. "state" : "INSTALLED",
  349. "component_name" : "HDFS_CLIENT",
  350. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  351. }
  352. },
  353. {
  354. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/HDFS_CLIENT",
  355. "HostRoles" : {
  356. "configs" : { },
  357. "cluster_name" : "cl1",
  358. "desired_configs" : { },
  359. "desired_state" : "INSTALLED",
  360. "state" : "INSTALLED",
  361. "component_name" : "HDFS_CLIENT",
  362. "host_name" : "ip-10-191-202-42.ec2.internal"
  363. }
  364. },
  365. {
  366. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/HDFS_CLIENT",
  367. "HostRoles" : {
  368. "configs" : { },
  369. "cluster_name" : "cl1",
  370. "desired_configs" : { },
  371. "desired_state" : "INSTALLED",
  372. "state" : "INSTALLED",
  373. "component_name" : "HDFS_CLIENT",
  374. "host_name" : "ip-10-110-38-164.ec2.internal"
  375. }
  376. },
  377. {
  378. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/HDFS_CLIENT",
  379. "HostRoles" : {
  380. "configs" : { },
  381. "cluster_name" : "cl1",
  382. "desired_configs" : { },
  383. "desired_state" : "INSTALLED",
  384. "state" : "INSTALLED",
  385. "component_name" : "HDFS_CLIENT",
  386. "host_name" : "ip-10-110-79-42.ec2.internal"
  387. }
  388. },
  389. {
  390. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/HDFS_CLIENT",
  391. "HostRoles" : {
  392. "configs" : { },
  393. "cluster_name" : "cl1",
  394. "desired_configs" : { },
  395. "desired_state" : "INSTALLED",
  396. "state" : "INSTALLED",
  397. "component_name" : "HDFS_CLIENT",
  398. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  399. }
  400. }
  401. ]
  402. },
  403. {
  404. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HDFS/components/DATANODE",
  405. "ServiceComponentInfo" : {
  406. "cluster_name" : "cl1",
  407. "desired_configs" : { },
  408. "state" : "STARTED",
  409. "component_name" : "DATANODE",
  410. "service_name" : "HDFS"
  411. },
  412. "host_components" : [
  413. {
  414. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/DATANODE",
  415. "HostRoles" : {
  416. "configs" : {
  417. "hdfs-site" : "version1",
  418. "global" : "version1",
  419. "core-site" : "version1"
  420. },
  421. "actual_configs" : {
  422. "hdfs-site" : {
  423. "tag": "version1"
  424. },
  425. "global" : {
  426. "tag": "version1"
  427. },
  428. "core-site" : {
  429. "tag": "version1"
  430. }
  431. },
  432. "cluster_name" : "cl1",
  433. "desired_configs" : { },
  434. "desired_state" : "STARTED",
  435. "state" : "STARTED",
  436. "component_name" : "DATANODE",
  437. "host_name" : "ip-10-110-38-164.ec2.internal"
  438. }
  439. },
  440. {
  441. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/DATANODE",
  442. "HostRoles" : {
  443. "configs" : {
  444. "hdfs-site" : "version1",
  445. "global" : "version1",
  446. "core-site" : "version1"
  447. },
  448. "actual_configs" : {
  449. "hdfs-site" : {
  450. "tag": "version4"
  451. },
  452. "global" : {
  453. "tag": "version1"
  454. },
  455. "core-site" : {
  456. "tag": "version1"
  457. }
  458. },
  459. "cluster_name" : "cl1",
  460. "desired_configs" : { },
  461. "desired_state" : "STARTED",
  462. "state" : "STARTED",
  463. "component_name" : "DATANODE",
  464. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  465. }
  466. },
  467. {
  468. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/DATANODE",
  469. "HostRoles" : {
  470. "configs" : {
  471. "hdfs-site" : "version1",
  472. "global" : "version1",
  473. "core-site" : "version1"
  474. },
  475. "actual_configs" : {
  476. "hdfs-site" : {
  477. "tag": "version4"
  478. },
  479. "global" : {
  480. "tag": "version4"
  481. },
  482. "core-site" : {
  483. "tag": "version1"
  484. }
  485. },
  486. "cluster_name" : "cl1",
  487. "desired_configs" : { },
  488. "desired_state" : "STARTED",
  489. "state" : "UPGRADE_FAILED",
  490. "component_name" : "DATANODE",
  491. "host_name" : "ip-10-191-202-42.ec2.internal"
  492. }
  493. },
  494. {
  495. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/DATANODE",
  496. "HostRoles" : {
  497. "configs" : {
  498. "hdfs-site" : "version1",
  499. "global" : "version1",
  500. "core-site" : "version1"
  501. },
  502. "actual_configs" : {
  503. "hdfs-site" : {
  504. "tag": "version4"
  505. },
  506. "global" : {
  507. "tag": "version4"
  508. },
  509. "core-site" : {
  510. "tag": "version4"
  511. }
  512. },
  513. "cluster_name" : "cl1",
  514. "desired_configs" : { },
  515. "desired_state" : "STARTED",
  516. "state" : "STARTED",
  517. "component_name" : "DATANODE",
  518. "host_name" : "ip-10-110-79-42.ec2.internal"
  519. }
  520. },
  521. {
  522. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/DATANODE",
  523. "HostRoles" : {
  524. "configs" : {
  525. "hdfs-site" : "version4",
  526. "global" : "version4",
  527. "core-site" : "version4"
  528. },
  529. "actual_configs" : {
  530. "hdfs-site" : {
  531. "tag": "version4"
  532. },
  533. "global" : {
  534. "tag": "version4"
  535. },
  536. "core-site" : {
  537. "tag": "version4"
  538. }
  539. },
  540. "cluster_name" : "cl1",
  541. "desired_configs" : { },
  542. "desired_state" : "STARTED",
  543. "state" : "STARTED",
  544. "component_name" : "DATANODE",
  545. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  546. }
  547. }
  548. ]
  549. },
  550. {
  551. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HDFS/components/NAMENODE",
  552. "ServiceComponentInfo" : {
  553. "PercentRemaining" : 94.86242,
  554. "CapacityUsed" : 482971648,
  555. "state" : "STARTED",
  556. "HeapMemoryUsed" : 324295392,
  557. "service_name" : "HDFS",
  558. "UpgradeFinalized" : true,
  559. "HeapMemoryMax" : 1006632960,
  560. "DecomNodes" : "{}",
  561. "Safemode" : "",
  562. "CapacityRemaining" : 4210552782848,
  563. "StartTime" : 1358245243704,
  564. "Version" : "1.1.2.21, r",
  565. "BlocksTotal" : 248,
  566. "LiveNodes" : "{\"ip-10-110-38-164.ec2.internal\":{\"usedSpace\":87072768,\"lastContact\":1},\"ip-10-110-79-42.ec2.internal\":{\"usedSpace\":133492736,\"lastContact\":1},\"ip-10-191-202-42.ec2.internal\":{\"usedSpace\":65101824,\"lastContact\":1},\"domU-12-31-39-0E-E6-01.compute-1.internal\":{\"usedSpace\":160288768,\"lastContact\":0},\"domU-12-31-39-16-48-4B.compute-1.internal\":{\"usedSpace\":37015552,\"lastContact\":1}}",
  567. "component_name" : "NAMENODE",
  568. "PercentUsed" : 0.010881199,
  569. "TotalFiles" : 375,
  570. "NonDfsUsedSpace" : 227552702454,
  571. "MissingBlocks" : 0,
  572. "cluster_name" : "cl1",
  573. "desired_configs" : { },
  574. "UnderReplicatedBlocks" : 0,
  575. "CapacityTotal" : 4438588456950,
  576. "CorruptBlocks" : 0,
  577. "DeadNodes" : "{}"
  578. },
  579. "host_components" : [
  580. {
  581. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/NAMENODE",
  582. "HostRoles" : {
  583. "configs" : {
  584. "hdfs-site" : "version1",
  585. "global" : "version1",
  586. "core-site" : "version1"
  587. },
  588. "actual_configs" : {
  589. "hdfs-site" : {
  590. "tag": "version4"
  591. },
  592. "global" : {
  593. "tag": "version4"
  594. },
  595. "core-site" : {
  596. "tag": "version4"
  597. }
  598. },
  599. "cluster_name" : "cl1",
  600. "desired_configs" : { },
  601. "desired_state" : "STARTED",
  602. "state" : "STARTED",
  603. "component_name" : "NAMENODE",
  604. "host_name" : "ip-10-191-202-42.ec2.internal"
  605. }
  606. }
  607. ]
  608. },
  609. {
  610. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HDFS/components/SECONDARY_NAMENODE",
  611. "ServiceComponentInfo" : {
  612. "cluster_name" : "cl1",
  613. "desired_configs" : { },
  614. "state" : "STARTED",
  615. "component_name" : "SECONDARY_NAMENODE",
  616. "service_name" : "HDFS"
  617. },
  618. "host_components" : [
  619. {
  620. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/SECONDARY_NAMENODE",
  621. "HostRoles" : {
  622. "configs" : {
  623. "hdfs-site" : "version1",
  624. "global" : "version1",
  625. "core-site" : "version1"
  626. },
  627. "actual_configs" : {
  628. "hdfs-site" : {
  629. "tag": "version4"
  630. },
  631. "global" : {
  632. "tag": "version4"
  633. },
  634. "core-site" : {
  635. "tag": "version4"
  636. }
  637. },
  638. "cluster_name" : "cl1",
  639. "desired_configs" : { },
  640. "desired_state" : "STARTED",
  641. "state" : "STARTED",
  642. "component_name" : "SECONDARY_NAMENODE",
  643. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  644. }
  645. }
  646. ]
  647. }
  648. ]
  649. },
  650. {
  651. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HIVE",
  652. "ServiceInfo" : {
  653. "cluster_name" : "cl1",
  654. "service_name" : "HIVE"
  655. },
  656. "components" : [
  657. {
  658. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HIVE/components/HIVE_METASTORE",
  659. "ServiceComponentInfo" : {
  660. "cluster_name" : "cl1",
  661. "desired_configs" : { },
  662. "state" : "STARTED",
  663. "component_name" : "HIVE_METASTORE",
  664. "service_name" : "HIVE"
  665. },
  666. "host_components" : [
  667. {
  668. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/HIVE_METASTORE",
  669. "HostRoles" : {
  670. "configs" : {
  671. "global" : "version1",
  672. "hive-site" : "version1"
  673. },
  674. "cluster_name" : "cl1",
  675. "desired_configs" : { },
  676. "desired_state" : "STARTED",
  677. "state" : "STARTED",
  678. "component_name" : "HIVE_METASTORE",
  679. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  680. }
  681. }
  682. ]
  683. },
  684. {
  685. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HIVE/components/HIVE_CLIENT",
  686. "ServiceComponentInfo" : {
  687. "cluster_name" : "cl1",
  688. "desired_configs" : { },
  689. "state" : "INSTALLED",
  690. "component_name" : "HIVE_CLIENT",
  691. "service_name" : "HIVE"
  692. },
  693. "host_components" : [
  694. {
  695. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/HIVE_CLIENT",
  696. "HostRoles" : {
  697. "configs" : { },
  698. "cluster_name" : "cl1",
  699. "desired_configs" : { },
  700. "desired_state" : "INSTALLED",
  701. "state" : "INSTALLED",
  702. "component_name" : "HIVE_CLIENT",
  703. "host_name" : "ip-10-110-38-164.ec2.internal"
  704. }
  705. },
  706. {
  707. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/HIVE_CLIENT",
  708. "HostRoles" : {
  709. "configs" : { },
  710. "cluster_name" : "cl1",
  711. "desired_configs" : { },
  712. "desired_state" : "INSTALLED",
  713. "state" : "INSTALLED",
  714. "component_name" : "HIVE_CLIENT",
  715. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  716. }
  717. },
  718. {
  719. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/HIVE_CLIENT",
  720. "HostRoles" : {
  721. "configs" : { },
  722. "cluster_name" : "cl1",
  723. "desired_configs" : { },
  724. "desired_state" : "INSTALLED",
  725. "state" : "INSTALLED",
  726. "component_name" : "HIVE_CLIENT",
  727. "host_name" : "ip-10-110-79-42.ec2.internal"
  728. }
  729. },
  730. {
  731. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/HIVE_CLIENT",
  732. "HostRoles" : {
  733. "configs" : { },
  734. "cluster_name" : "cl1",
  735. "desired_configs" : { },
  736. "desired_state" : "INSTALLED",
  737. "state" : "INSTALLED",
  738. "component_name" : "HIVE_CLIENT",
  739. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  740. }
  741. },
  742. {
  743. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/HIVE_CLIENT",
  744. "HostRoles" : {
  745. "configs" : { },
  746. "cluster_name" : "cl1",
  747. "desired_configs" : { },
  748. "desired_state" : "INSTALLED",
  749. "state" : "INSTALLED",
  750. "component_name" : "HIVE_CLIENT",
  751. "host_name" : "ip-10-191-202-42.ec2.internal"
  752. }
  753. }
  754. ]
  755. },
  756. {
  757. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HIVE/components/MYSQL_SERVER",
  758. "ServiceComponentInfo" : {
  759. "cluster_name" : "cl1",
  760. "desired_configs" : { },
  761. "state" : "STARTED",
  762. "component_name" : "MYSQL_SERVER",
  763. "service_name" : "HIVE"
  764. },
  765. "host_components" : [
  766. {
  767. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/MYSQL_SERVER",
  768. "HostRoles" : {
  769. "configs" : {
  770. "global" : "version1",
  771. "hive-site" : "version1"
  772. },
  773. "cluster_name" : "cl1",
  774. "desired_configs" : { },
  775. "desired_state" : "STARTED",
  776. "state" : "STARTED",
  777. "component_name" : "MYSQL_SERVER",
  778. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  779. }
  780. }
  781. ]
  782. },
  783. {
  784. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/HIVE/components/HIVE_SERVER",
  785. "ServiceComponentInfo" : {
  786. "cluster_name" : "cl1",
  787. "desired_configs" : { },
  788. "state" : "STARTED",
  789. "component_name" : "HIVE_SERVER",
  790. "service_name" : "HIVE"
  791. },
  792. "host_components" : [
  793. {
  794. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/HIVE_SERVER",
  795. "HostRoles" : {
  796. "configs" : {
  797. "global" : "version1",
  798. "hive-site" : "version1"
  799. },
  800. "cluster_name" : "cl1",
  801. "desired_configs" : { },
  802. "desired_state" : "STARTED",
  803. "state" : "STARTED",
  804. "component_name" : "HIVE_SERVER",
  805. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  806. }
  807. }
  808. ]
  809. }
  810. ]
  811. },
  812. {
  813. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/PIG",
  814. "ServiceInfo" : {
  815. "cluster_name" : "cl1",
  816. "service_name" : "PIG"
  817. },
  818. "components" : [
  819. {
  820. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/PIG/components/PIG",
  821. "ServiceComponentInfo" : {
  822. "cluster_name" : "cl1",
  823. "desired_configs" : { },
  824. "state" : "INSTALLED",
  825. "component_name" : "PIG",
  826. "service_name" : "PIG"
  827. },
  828. "host_components" : [
  829. {
  830. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/PIG",
  831. "HostRoles" : {
  832. "configs" : { },
  833. "cluster_name" : "cl1",
  834. "desired_configs" : { },
  835. "desired_state" : "INSTALLED",
  836. "state" : "INSTALLED",
  837. "component_name" : "PIG",
  838. "host_name" : "ip-10-110-38-164.ec2.internal"
  839. }
  840. },
  841. {
  842. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/PIG",
  843. "HostRoles" : {
  844. "configs" : { },
  845. "cluster_name" : "cl1",
  846. "desired_configs" : { },
  847. "desired_state" : "INSTALLED",
  848. "state" : "INSTALLED",
  849. "component_name" : "PIG",
  850. "host_name" : "ip-10-191-202-42.ec2.internal"
  851. }
  852. },
  853. {
  854. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/PIG",
  855. "HostRoles" : {
  856. "configs" : { },
  857. "cluster_name" : "cl1",
  858. "desired_configs" : { },
  859. "desired_state" : "INSTALLED",
  860. "state" : "INSTALLED",
  861. "component_name" : "PIG",
  862. "host_name" : "ip-10-110-79-42.ec2.internal"
  863. }
  864. },
  865. {
  866. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/PIG",
  867. "HostRoles" : {
  868. "configs" : { },
  869. "cluster_name" : "cl1",
  870. "desired_configs" : { },
  871. "desired_state" : "INSTALLED",
  872. "state" : "INSTALLED",
  873. "component_name" : "PIG",
  874. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  875. }
  876. },
  877. {
  878. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/PIG",
  879. "HostRoles" : {
  880. "configs" : { },
  881. "cluster_name" : "cl1",
  882. "desired_configs" : { },
  883. "desired_state" : "INSTALLED",
  884. "state" : "INSTALLED",
  885. "component_name" : "PIG",
  886. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  887. }
  888. }
  889. ]
  890. }
  891. ]
  892. },
  893. {
  894. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/GANGLIA",
  895. "ServiceInfo" : {
  896. "cluster_name" : "cl1",
  897. "service_name" : "GANGLIA"
  898. },
  899. "components" : [
  900. {
  901. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/GANGLIA/components/GANGLIA_SERVER",
  902. "ServiceComponentInfo" : {
  903. "cluster_name" : "cl1",
  904. "desired_configs" : { },
  905. "state" : "STARTED",
  906. "component_name" : "GANGLIA_SERVER",
  907. "service_name" : "GANGLIA"
  908. },
  909. "host_components" : [
  910. {
  911. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/GANGLIA_SERVER",
  912. "HostRoles" : {
  913. "configs" : {
  914. "global" : "version1"
  915. },
  916. "cluster_name" : "cl1",
  917. "desired_configs" : { },
  918. "desired_state" : "STARTED",
  919. "state" : "STARTED",
  920. "component_name" : "GANGLIA_SERVER",
  921. "host_name" : "ip-10-191-202-42.ec2.internal"
  922. }
  923. }
  924. ]
  925. },
  926. {
  927. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/GANGLIA/components/GANGLIA_MONITOR",
  928. "ServiceComponentInfo" : {
  929. "cluster_name" : "cl1",
  930. "desired_configs" : { },
  931. "state" : "STARTED",
  932. "component_name" : "GANGLIA_MONITOR",
  933. "service_name" : "GANGLIA"
  934. },
  935. "host_components" : [
  936. {
  937. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/GANGLIA_MONITOR",
  938. "HostRoles" : {
  939. "configs" : {
  940. "global" : "version1"
  941. },
  942. "cluster_name" : "cl1",
  943. "desired_configs" : { },
  944. "desired_state" : "STARTED",
  945. "state" : "STARTED",
  946. "component_name" : "GANGLIA_MONITOR",
  947. "host_name" : "ip-10-110-79-42.ec2.internal"
  948. }
  949. },
  950. {
  951. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/GANGLIA_MONITOR",
  952. "HostRoles" : {
  953. "configs" : {
  954. "global" : "version1"
  955. },
  956. "cluster_name" : "cl1",
  957. "desired_configs" : { },
  958. "desired_state" : "STARTED",
  959. "state" : "STARTED",
  960. "component_name" : "GANGLIA_MONITOR",
  961. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  962. }
  963. },
  964. {
  965. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/GANGLIA_MONITOR",
  966. "HostRoles" : {
  967. "configs" : {
  968. "global" : "version1"
  969. },
  970. "cluster_name" : "cl1",
  971. "desired_configs" : { },
  972. "desired_state" : "STARTED",
  973. "state" : "STARTED",
  974. "component_name" : "GANGLIA_MONITOR",
  975. "host_name" : "ip-10-110-38-164.ec2.internal"
  976. }
  977. },
  978. {
  979. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/GANGLIA_MONITOR",
  980. "HostRoles" : {
  981. "configs" : {
  982. "global" : "version1"
  983. },
  984. "cluster_name" : "cl1",
  985. "desired_configs" : { },
  986. "desired_state" : "STARTED",
  987. "state" : "STARTED",
  988. "component_name" : "GANGLIA_MONITOR",
  989. "host_name" : "ip-10-191-202-42.ec2.internal"
  990. }
  991. },
  992. {
  993. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/GANGLIA_MONITOR",
  994. "HostRoles" : {
  995. "configs" : {
  996. "global" : "version1"
  997. },
  998. "cluster_name" : "cl1",
  999. "desired_configs" : { },
  1000. "desired_state" : "STARTED",
  1001. "state" : "STARTED",
  1002. "component_name" : "GANGLIA_MONITOR",
  1003. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  1004. }
  1005. }
  1006. ]
  1007. }
  1008. ]
  1009. },
  1010. {
  1011. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/OOZIE",
  1012. "ServiceInfo" : {
  1013. "cluster_name" : "cl1",
  1014. "service_name" : "OOZIE"
  1015. },
  1016. "components" : [
  1017. {
  1018. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/OOZIE/components/OOZIE_SERVER",
  1019. "ServiceComponentInfo" : {
  1020. "cluster_name" : "cl1",
  1021. "desired_configs" : { },
  1022. "state" : "STARTED",
  1023. "component_name" : "OOZIE_SERVER",
  1024. "service_name" : "OOZIE"
  1025. },
  1026. "host_components" : [
  1027. {
  1028. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/OOZIE_SERVER",
  1029. "HostRoles" : {
  1030. "configs" : {
  1031. "global" : "version1",
  1032. "oozie-site" : "version1"
  1033. },
  1034. "cluster_name" : "cl1",
  1035. "desired_configs" : { },
  1036. "desired_state" : "STARTED",
  1037. "state" : "STARTED",
  1038. "component_name" : "OOZIE_SERVER",
  1039. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  1040. }
  1041. }
  1042. ]
  1043. },
  1044. {
  1045. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/OOZIE/components/OOZIE_CLIENT",
  1046. "ServiceComponentInfo" : {
  1047. "cluster_name" : "cl1",
  1048. "desired_configs" : { },
  1049. "state" : "INSTALLED",
  1050. "component_name" : "OOZIE_CLIENT",
  1051. "service_name" : "OOZIE"
  1052. },
  1053. "host_components" : [
  1054. {
  1055. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/OOZIE_CLIENT",
  1056. "HostRoles" : {
  1057. "configs" : { },
  1058. "cluster_name" : "cl1",
  1059. "desired_configs" : { },
  1060. "desired_state" : "INSTALLED",
  1061. "state" : "INSTALLED",
  1062. "component_name" : "OOZIE_CLIENT",
  1063. "host_name" : "ip-10-191-202-42.ec2.internal"
  1064. }
  1065. },
  1066. {
  1067. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/OOZIE_CLIENT",
  1068. "HostRoles" : {
  1069. "configs" : { },
  1070. "cluster_name" : "cl1",
  1071. "desired_configs" : { },
  1072. "desired_state" : "INSTALLED",
  1073. "state" : "INSTALLED",
  1074. "component_name" : "OOZIE_CLIENT",
  1075. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  1076. }
  1077. },
  1078. {
  1079. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/OOZIE_CLIENT",
  1080. "HostRoles" : {
  1081. "configs" : { },
  1082. "cluster_name" : "cl1",
  1083. "desired_configs" : { },
  1084. "desired_state" : "INSTALLED",
  1085. "state" : "INSTALLED",
  1086. "component_name" : "OOZIE_CLIENT",
  1087. "host_name" : "ip-10-110-38-164.ec2.internal"
  1088. }
  1089. },
  1090. {
  1091. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/OOZIE_CLIENT",
  1092. "HostRoles" : {
  1093. "configs" : { },
  1094. "cluster_name" : "cl1",
  1095. "desired_configs" : { },
  1096. "desired_state" : "INSTALLED",
  1097. "state" : "INSTALLED",
  1098. "component_name" : "OOZIE_CLIENT",
  1099. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  1100. }
  1101. },
  1102. {
  1103. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/OOZIE_CLIENT",
  1104. "HostRoles" : {
  1105. "configs" : { },
  1106. "cluster_name" : "cl1",
  1107. "desired_configs" : { },
  1108. "desired_state" : "INSTALLED",
  1109. "state" : "INSTALLED",
  1110. "component_name" : "OOZIE_CLIENT",
  1111. "host_name" : "ip-10-110-79-42.ec2.internal"
  1112. }
  1113. }
  1114. ]
  1115. }
  1116. ]
  1117. },
  1118. {
  1119. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/ZOOKEEPER",
  1120. "ServiceInfo" : {
  1121. "cluster_name" : "cl1",
  1122. "service_name" : "ZOOKEEPER"
  1123. },
  1124. "components" : [
  1125. {
  1126. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/ZOOKEEPER/components/ZOOKEEPER_SERVER",
  1127. "ServiceComponentInfo" : {
  1128. "cluster_name" : "cl1",
  1129. "desired_configs" : { },
  1130. "state" : "STARTED",
  1131. "component_name" : "ZOOKEEPER_SERVER",
  1132. "service_name" : "ZOOKEEPER"
  1133. },
  1134. "host_components" : [
  1135. {
  1136. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/ZOOKEEPER_SERVER",
  1137. "HostRoles" : {
  1138. "configs" : {
  1139. "global" : "version1"
  1140. },
  1141. "cluster_name" : "cl1",
  1142. "desired_configs" : { },
  1143. "desired_state" : "STARTED",
  1144. "state" : "STARTED",
  1145. "component_name" : "ZOOKEEPER_SERVER",
  1146. "host_name" : "ip-10-191-202-42.ec2.internal"
  1147. }
  1148. },
  1149. {
  1150. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/ZOOKEEPER_SERVER",
  1151. "HostRoles" : {
  1152. "configs" : {
  1153. "global" : "version1"
  1154. },
  1155. "cluster_name" : "cl1",
  1156. "desired_configs" : { },
  1157. "desired_state" : "STARTED",
  1158. "state" : "STARTED",
  1159. "component_name" : "ZOOKEEPER_SERVER",
  1160. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  1161. }
  1162. },
  1163. {
  1164. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/ZOOKEEPER_SERVER",
  1165. "HostRoles" : {
  1166. "configs" : {
  1167. "global" : "version1"
  1168. },
  1169. "cluster_name" : "cl1",
  1170. "desired_configs" : { },
  1171. "desired_state" : "STARTED",
  1172. "state" : "STARTED",
  1173. "component_name" : "ZOOKEEPER_SERVER",
  1174. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  1175. }
  1176. }
  1177. ]
  1178. },
  1179. {
  1180. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/services/ZOOKEEPER/components/ZOOKEEPER_CLIENT",
  1181. "ServiceComponentInfo" : {
  1182. "cluster_name" : "cl1",
  1183. "desired_configs" : { },
  1184. "state" : "INSTALLED",
  1185. "component_name" : "ZOOKEEPER_CLIENT",
  1186. "service_name" : "ZOOKEEPER"
  1187. },
  1188. "host_components" : [
  1189. {
  1190. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-16-48-4B.compute-1.internal/host_components/ZOOKEEPER_CLIENT",
  1191. "HostRoles" : {
  1192. "configs" : { },
  1193. "cluster_name" : "cl1",
  1194. "desired_configs" : { },
  1195. "desired_state" : "INSTALLED",
  1196. "state" : "INSTALLED",
  1197. "component_name" : "ZOOKEEPER_CLIENT",
  1198. "host_name" : "domU-12-31-39-16-48-4B.compute-1.internal"
  1199. }
  1200. },
  1201. {
  1202. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-191-202-42.ec2.internal/host_components/ZOOKEEPER_CLIENT",
  1203. "HostRoles" : {
  1204. "configs" : { },
  1205. "cluster_name" : "cl1",
  1206. "desired_configs" : { },
  1207. "desired_state" : "INSTALLED",
  1208. "state" : "INSTALLED",
  1209. "component_name" : "ZOOKEEPER_CLIENT",
  1210. "host_name" : "ip-10-191-202-42.ec2.internal"
  1211. }
  1212. },
  1213. {
  1214. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/domU-12-31-39-0E-E6-01.compute-1.internal/host_components/ZOOKEEPER_CLIENT",
  1215. "HostRoles" : {
  1216. "configs" : { },
  1217. "cluster_name" : "cl1",
  1218. "desired_configs" : { },
  1219. "desired_state" : "INSTALLED",
  1220. "state" : "INSTALLED",
  1221. "component_name" : "ZOOKEEPER_CLIENT",
  1222. "host_name" : "domU-12-31-39-0E-E6-01.compute-1.internal"
  1223. }
  1224. },
  1225. {
  1226. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-38-164.ec2.internal/host_components/ZOOKEEPER_CLIENT",
  1227. "HostRoles" : {
  1228. "configs" : { },
  1229. "cluster_name" : "cl1",
  1230. "desired_configs" : { },
  1231. "desired_state" : "INSTALLED",
  1232. "state" : "INSTALLED",
  1233. "component_name" : "ZOOKEEPER_CLIENT",
  1234. "host_name" : "ip-10-110-38-164.ec2.internal"
  1235. }
  1236. },
  1237. {
  1238. "href" : "http://ec2-184-73-46-113.compute-1.amazonaws.com:8080/api/v1/clusters/cl1/hosts/ip-10-110-79-42.ec2.internal/host_components/ZOOKEEPER_CLIENT",
  1239. "HostRoles" : {
  1240. "configs" : { },
  1241. "cluster_name" : "cl1",
  1242. "desired_configs" : { },
  1243. "desired_state" : "INSTALLED",
  1244. "state" : "INSTALLED",
  1245. "component_name" : "ZOOKEEPER_CLIENT",
  1246. "host_name" : "ip-10-110-79-42.ec2.internal"
  1247. }
  1248. }
  1249. ]
  1250. }
  1251. ]
  1252. }
  1253. ]
  1254. }