Simple Vagrant config using a mix of the following resources:
- Setting up a Hadoop virtual cluster with Vagrant
- Running Hadoop on Ubuntu Linux (Single-Node Cluster)
As simple as follow:
$ vagrant up
$ vagrant ssh
$ start-all.sh
# to end it
$ stop-all.sh
$ exit