Skip to content

47oo/cluster-create-easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cluster-create-easy

vagrant and virtualbox need

vagrant下载地址 virtualbox下载地址

# need vagrant plugins
vagrant plugin install vagrant-vbguest

zookeeper cluster for three nodes

# node[1-3] and zookeeper dir is /home/apps/zookeeper
git clone https://github.com/47oo/cluster-create-easy.git
cd cluster-create-easy/zookeeper
vagrant up 
vagrant ssh node1

mesos cluster for three nodes standalone

# master agent[1-2] 
cd cluster-create-easy/mesos
vagrant up 
vagrant ssh master
# you can use chrome or curl
curl http://192.168.205.11:5050

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages