Cascading / vagrant-cascading-hadoop-cluster

Deploying apache-hadoop in a virtualized cluster as easy as 1-2-3.
127 stars 49 forks source link

"wip-2.5" branch contains hadoop 2.2.0, not Hadoop 2.3.0 as mentioned in the readme #3

Closed rmetzger closed 10 years ago

rmetzger commented 10 years ago

Hi, As promised, I tested the stuff in the repository to start a Hadoop 2.3.0 cluster. But there seems to be something wrong.

git clone https://github.com/Cascading/vagrant-cascading-hadoop-cluster.git
git checkout wip-2.5
vagrant up
vagrant ssh master
vagrant@master:~$ hadoop version
Hadoop 2.2.0
vagrant@master:~$ ls /opt/
CascadingSDK  hadoop-2.2.0  hbase-0.96.1.1-hadoop2  tools  vagrant_ruby  VBoxGuestAdditions-4.2.0
fs111 commented 10 years ago

Good catch, I forgot to push the change last week, since I waited for the compat tests to publish first. I just pushed it out. git pull && vagrant provision should do the trick.