Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ git clone https://github.com/apache/bigtop.git

To deploy a cluster with the latest Bigtop 1.1.0 (docker based):

  • git checkout origin/branch-1.1
  • ./gradlew -Pconfig=vagrantconfig_ubuntu.yaml.yaml -Pnum_instances=1 docker-provisioner (to deploy to Ubuntu 14.04)
  • ./gradlew -Pconfig=vagrantconfig_debian.yaml.yaml -Pnum_instances=1 docker-provisioner (to deploy to Debian 8)
  • ./gradlew -Pconfig=vagrantconfig.yaml -Pnum_instances=1 docker-provisioner (to deploy to Centos6)
  • ./gradlew docker-provisioner-destroy (to stop the containers)

For Bigtop 1.0.0:

To create a VM based BigTop Hadoop cluster:

...