Versions Compared

Key

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

Quick Intro

...

slide

Here's a slide to quickly go through the idea of the BigTop VM and Docker provisioner.

Getting Started

Clone the BigTop source code

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

To create a VM based BigTop Hadoop cluster:

$ cd bigtop/bigtop-deploy/vm/vagrant-puppet-vm

...

components: [hadoop, yarn, ignite-hadoop] (effective values)

$ vagrant up

DONE!

To create a Docker based  BigTop Hadoop cluster:

$ cd bigtop/bigtop-deploy/vm/vagrant-puppet-docker

...

./docker-hadoop.sh --build-image --create 3

DONE!

Destroy clusters:

destroy VM cluster:

$ vagrant destroy -f

...