Last active
December 1, 2016 13:25
-
-
Save obar1/d9d1041373c7607fa3a563a6676a5e55 to your computer and use it in GitHub Desktop.
clousterdock 16gb using cloudera clusterdock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#on my centos 7 | |
cd /tmp | |
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | |
ls *.rpm | |
To install epel-release-7-5.noarch.rpm, type: | |
sudo yum install epel-release-7.noarch.rpm | |
` | |
source /dev/stdin <<< "$(curl -sL http://tiny.cloudera.com/clusterdock.sh)" | |
clusterdock_run ./bin/start_cluster -n mycluster cdh --primary-node=machine-1 --secondary-nodes='machine-{2..4}' | |
#--exclude-service-types=IMPALA,HBASE,SOLR | |
` | |
docker kill $(docker ps -a -q ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cdh 5.3 for exam
clusterdock_run ./bin/start_cluster cdh --cdh-string cdh530 --cm-string cm530 --dont-start-cluster --primary-node=node-1 --secondary-nodes='node-{2..4}'