version0.1.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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" : "HIVE",
  219. "version" : "1.0",
  220. "user" : "root",
  221. "comment" : "This is comment for HIVE service",
  222. "components" : [ {
  223. "name" : "HIVE_SERVER",
  224. "category" : "MASTER",
  225. "client" : false,
  226. "master" : true
  227. }, {
  228. "name" : "HIVE_CLIENT",
  229. "category" : "CLIENT",
  230. "client" : true,
  231. "master" : false
  232. } ],
  233. "clientComponent" : {
  234. "name" : "HIVE_CLIENT",
  235. "category" : "CLIENT",
  236. "client" : true,
  237. "master" : false
  238. }
  239. }, {
  240. "name" : "OOZIE",
  241. "version" : "1.0",
  242. "user" : "root",
  243. "comment" : "This is comment for OOZIE service",
  244. "components" : [ {
  245. "name" : "OOZIE_SERVER",
  246. "category" : "MASTER",
  247. "client" : false,
  248. "master" : true
  249. }, {
  250. "name" : "OOZIE_CLIENT",
  251. "category" : "CLIENT",
  252. "client" : true,
  253. "master" : false
  254. } ],
  255. "clientComponent" : {
  256. "name" : "OOZIE_CLIENT",
  257. "category" : "CLIENT",
  258. "client" : true,
  259. "master" : false
  260. }
  261. }, {
  262. "name" : "MAPREDUCE",
  263. "version" : "1.0",
  264. "user" : "mapred",
  265. "comment" : "This is comment for MAPREDUCE service",
  266. "components" : [ {
  267. "name" : "JOBTRACKER",
  268. "category" : "MASTER",
  269. "client" : false,
  270. "master" : true
  271. }, {
  272. "name" : "TASKTRACKER",
  273. "category" : "SLAVE",
  274. "client" : false,
  275. "master" : false
  276. }, {
  277. "name" : "MAPREDUCE_CLIENT",
  278. "category" : "CLIENT",
  279. "client" : true,
  280. "master" : false
  281. } ],
  282. "clientComponent" : {
  283. "name" : "MAPREDUCE_CLIENT",
  284. "category" : "CLIENT",
  285. "client" : true,
  286. "master" : false
  287. }
  288. } ]
  289. }