=================
This is a vagrant box for hadoop 0.23.1
$ git clone git@github.com:demandchain/vagrant-hadoop.git
$ cd vagrant-hadoop
$ git submoudle update --initCreate a directory on your local machine
$ mkdir ~/hadoop-share
$ chmod a+w ~/hadoop-shareChange the config.vm.share_folder in Vagrantfile to be the FULL PATH of the folder above (change the third parameter from '/Users/ywen/hadoop-share')
$ vi Vagrantfile$ bundle install
$ vagrant box add base http://files.vagrantup.com/lucid32.box
$ vagrant up