forked from simonellistonball/cloudbreak-hcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmpack.sh
More file actions
executable file
·8 lines (6 loc) · 917 Bytes
/
mpack.sh
File metadata and controls
executable file
·8 lines (6 loc) · 917 Bytes
1
2
3
4
5
6
7
8
#!/bin/sh
cb mpack create --name hdpsearch --url "http://public-repo-1.hortonworks.com/HDP-SOLR/hdp-solr-ambari-mp/solr-service-mpack-3.0.0.tar.gz" --description "HDP Search 3.0.0"
cb mpack create --name hcp160 --url "http://public-repo-1.hortonworks.com/HCP/centos6/1.x/updates/1.6.0.0/tars/metron/hcp-ambari-mpack-1.6.0.0-7.tar.gz" --description "HCP 1.6.0"
cb mpack create --name hcp170 --url "http://public-repo-1.hortonworks.com/HCP/centos6/1.x/updates/1.7.0.0/tars/metron/hcp-ambari-mpack-1.6.0.0-38.tar.gz" --description "HCP 1.7.0"
cb mpack create --name hdf312 --url "http://public-repo-1.hortonworks.com/HDF/centos7/3.x/updates/3.1.2.0/tars/hdf_ambari_mp/hdf-ambari-mpack-3.1.2.0-7.tar.gz" --description "HDF 3.1.2"
cb mpack create --name hdf320 --url "http://public-repo-1.hortonworks.com/HDF/centos7/3.x/updates/3.2.0.0/tars/hdf_ambari_mp/hdf-ambari-mpack-3.2.0.0-520.tar.gz" --description "HDF 3.2.0"