Allows to create a instance on virtual box with single node hadoop configured. It relies on vagrant for provisioning. This setup is tested on ubuntu(precise64) box.
$ wget http://files.vagrantup.com/precise64.box
box name is precise64 in the VagrantFile. If want a different name, make sure you update the Vagrant file.
$ vagrant box add precise64
$ vagrant up