Closed rmetzger closed 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
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.
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.