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
NB: it uses Hadoop 0.21.0 (which is old) and is not supported, so don't bother creating any pull requests. Thanks!