stacks.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. [ {
  2. "name" : "HDP",
  3. "version" : "0.1",
  4. "repositories" : [ {
  5. "baseUrl" : "http://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos6",
  6. "osType" : "centos6",
  7. "repoId" : "HDP-1.1.1.16",
  8. "repoName" : "HDP",
  9. "mirrorsList" : null
  10. }, {
  11. "baseUrl" : "http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos6",
  12. "osType" : "centos6",
  13. "repoId" : "HDP-UTILS-1.1.0.15",
  14. "repoName" : "HDP-UTILS",
  15. "mirrorsList" : null
  16. }, {
  17. "baseUrl" : null,
  18. "osType" : "centos6",
  19. "repoId" : "epel",
  20. "repoName" : "epel",
  21. "mirrorsList" : "https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch"
  22. }, {
  23. "baseUrl" : "http://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos5",
  24. "osType" : "centos5",
  25. "repoId" : "HDP-1.1.1.16",
  26. "repoName" : "HDP",
  27. "mirrorsList" : null
  28. }, {
  29. "baseUrl" : "http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos5",
  30. "osType" : "centos5",
  31. "repoId" : "HDP-UTILS-1.1.0.15",
  32. "repoName" : "HDP-UTILS",
  33. "mirrorsList" : null
  34. }, {
  35. "baseUrl" : null,
  36. "osType" : "centos5",
  37. "repoId" : "epel",
  38. "repoName" : "epel",
  39. "mirrorsList" : "https://mirrors.fedoraproject.org/metalink?repo=epel-5&arch=$basearch"
  40. } ],
  41. "services" : [ {
  42. "name" : "WEBHCAT",
  43. "version" : "1.0",
  44. "user" : "root",
  45. "comment" : "This is comment for WEBHCAT service",
  46. "components" : [ {
  47. "name" : "WEBHCAT_SERVER",
  48. "category" : "MASTER",
  49. "client" : false,
  50. "master" : true
  51. } ],
  52. "clientComponent" : {
  53. "name" : "WEBHCAT_SERVER",
  54. "category" : "MASTER",
  55. "client" : false,
  56. "master" : true
  57. }
  58. }, {
  59. "name" : "SQOOP",
  60. "version" : "1.0",
  61. "user" : "root",
  62. "comment" : "This is comment for SQOOP service",
  63. "components" : [ {
  64. "name" : "SQOOP",
  65. "category" : "CLIENT",
  66. "client" : true,
  67. "master" : false
  68. } ],
  69. "clientComponent" : {
  70. "name" : "SQOOP",
  71. "category" : "CLIENT",
  72. "client" : true,
  73. "master" : false
  74. }
  75. }, {
  76. "name" : "NAGIOS",
  77. "version" : "1.0",
  78. "user" : "root",
  79. "comment" : "This is comment for NAGIOS service",
  80. "components" : [ {
  81. "name" : "NAGIOS_SERVER",
  82. "category" : "MASTER",
  83. "client" : false,
  84. "master" : true
  85. } ],
  86. "clientComponent" : {
  87. "name" : "NAGIOS_SERVER",
  88. "category" : "MASTER",
  89. "client" : false,
  90. "master" : true
  91. }
  92. }, {
  93. "name" : "HDFS",
  94. "version" : "1.0",
  95. "user" : "root",
  96. "comment" : "This is comment for HDFS service",
  97. "components" : [ {
  98. "name" : "NAMENODE",
  99. "category" : "MASTER",
  100. "client" : false,
  101. "master" : true
  102. }, {
  103. "name" : "DATANODE",
  104. "category" : "SLAVE",
  105. "client" : false,
  106. "master" : false
  107. }, {
  108. "name" : "SECONDARY_NAMENODE",
  109. "category" : "MASTER",
  110. "client" : false,
  111. "master" : true
  112. }, {
  113. "name" : "HDFS_CLIENT",
  114. "category" : "CLIENT",
  115. "client" : true,
  116. "master" : false
  117. } ],
  118. "clientComponent" : {
  119. "name" : "HDFS_CLIENT",
  120. "category" : "CLIENT",
  121. "client" : true,
  122. "master" : false
  123. }
  124. }, {
  125. "name" : "PIG",
  126. "version" : "1.0",
  127. "user" : "root",
  128. "comment" : "This is comment for PIG service",
  129. "components" : [ {
  130. "name" : "PIG",
  131. "category" : "CLIENT",
  132. "client" : true,
  133. "master" : false
  134. } ],
  135. "clientComponent" : {
  136. "name" : "PIG",
  137. "category" : "CLIENT",
  138. "client" : true,
  139. "master" : false
  140. }
  141. }, {
  142. "name" : "HBASE",
  143. "version" : "1.0",
  144. "user" : "mapred",
  145. "comment" : "This is comment for HBASE service",
  146. "components" : [ {
  147. "name" : "HBASE_MASTER",
  148. "category" : "MASTER",
  149. "client" : false,
  150. "master" : true
  151. }, {
  152. "name" : "HBASE_REGIONSERVER",
  153. "category" : "SLAVE",
  154. "client" : false,
  155. "master" : false
  156. }, {
  157. "name" : "HBASE_CLIENT",
  158. "category" : "CLIENT",
  159. "client" : true,
  160. "master" : false
  161. } ],
  162. "clientComponent" : {
  163. "name" : "HBASE_CLIENT",
  164. "category" : "CLIENT",
  165. "client" : true,
  166. "master" : false
  167. }
  168. }, {
  169. "name" : "ZOOKEEPER",
  170. "version" : "1.0",
  171. "user" : "root",
  172. "comment" : "This is comment for ZOOKEEPER service",
  173. "components" : [ {
  174. "name" : "ZOOKEEPER_SERVER",
  175. "category" : "MASTER",
  176. "client" : false,
  177. "master" : true
  178. }, {
  179. "name" : "ZOOKEEPER_CLIENT",
  180. "category" : "CLIENT",
  181. "client" : true,
  182. "master" : false
  183. } ],
  184. "clientComponent" : {
  185. "name" : "ZOOKEEPER_CLIENT",
  186. "category" : "CLIENT",
  187. "client" : true,
  188. "master" : false
  189. }
  190. }, {
  191. "name" : "GANGLIA",
  192. "version" : "1.0",
  193. "user" : "root",
  194. "comment" : "This is comment for GANGLIA service",
  195. "components" : [ {
  196. "name" : "GANGLIA_SERVER",
  197. "category" : "MASTER",
  198. "client" : false,
  199. "master" : true
  200. }, {
  201. "name" : "GANGLIA_MONITOR",
  202. "category" : "SLAVE",
  203. "client" : false,
  204. "master" : false
  205. }, {
  206. "name" : "MONITOR_WEBSERVER",
  207. "category" : "MASTER",
  208. "client" : false,
  209. "master" : true
  210. } ],
  211. "clientComponent" : {
  212. "name" : "GANGLIA_SERVER",
  213. "category" : "MASTER",
  214. "client" : false,
  215. "master" : true
  216. }
  217. }, {
  218. "name" : "HCATALOG",
  219. "version" : "1.0",
  220. "user" : "root",
  221. "comment" : "This is comment for HCATALOG service",
  222. "components" : [ {
  223. "name" : "HCAT",
  224. "category" : "CLIENT",
  225. "client" : true,
  226. "master" : false
  227. } ],
  228. "clientComponent" : {
  229. "name" : "HCAT",
  230. "category" : "CLIENT",
  231. "client" : true,
  232. "master" : false
  233. }
  234. }, {
  235. "name" : "HIVE",
  236. "version" : "1.0",
  237. "user" : "root",
  238. "comment" : "This is comment for HIVE service",
  239. "components" : [ {
  240. "name" : "HIVE_SERVER",
  241. "category" : "MASTER",
  242. "client" : false,
  243. "master" : true
  244. }, {
  245. "name" : "HIVE_CLIENT",
  246. "category" : "CLIENT",
  247. "client" : true,
  248. "master" : false
  249. } ],
  250. "clientComponent" : {
  251. "name" : "HIVE_CLIENT",
  252. "category" : "CLIENT",
  253. "client" : true,
  254. "master" : false
  255. }
  256. }, {
  257. "name" : "OOZIE",
  258. "version" : "1.0",
  259. "user" : "root",
  260. "comment" : "This is comment for OOZIE service",
  261. "components" : [ {
  262. "name" : "OOZIE_SERVER",
  263. "category" : "MASTER",
  264. "client" : false,
  265. "master" : true
  266. }, {
  267. "name" : "OOZIE_CLIENT",
  268. "category" : "CLIENT",
  269. "client" : true,
  270. "master" : false
  271. } ],
  272. "clientComponent" : {
  273. "name" : "OOZIE_CLIENT",
  274. "category" : "CLIENT",
  275. "client" : true,
  276. "master" : false
  277. }
  278. }, {
  279. "name" : "MAPREDUCE",
  280. "version" : "1.0",
  281. "user" : "mapred",
  282. "comment" : "This is comment for MAPREDUCE service",
  283. "components" : [ {
  284. "name" : "JOBTRACKER",
  285. "category" : "MASTER",
  286. "client" : false,
  287. "master" : true
  288. }, {
  289. "name" : "TASKTRACKER",
  290. "category" : "SLAVE",
  291. "client" : false,
  292. "master" : false
  293. }, {
  294. "name" : "MAPREDUCE_CLIENT",
  295. "category" : "CLIENT",
  296. "client" : true,
  297. "master" : false
  298. } ],
  299. "clientComponent" : {
  300. "name" : "MAPREDUCE_CLIENT",
  301. "category" : "CLIENT",
  302. "client" : true,
  303. "master" : false
  304. }
  305. } ]
  306. } ]