Versions Compared

Key

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

...

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

$ vagrant up

# If using CentOS 7, you might need to disable firewall on each of the machines

$ vagrant ssh <machine_name, e.g. bigtop1>

$ sudo systemctl disable firewalld

$ sudo systemctl stop firewalld

DONE!

To create a Docker based  BigTop Hadoop cluster:

...