Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "GettingStarted" page has been changed by edwardyoon: http://wiki.apache.org/hama/GettingStarted?action=diff&rev1=68&rev2=69 We recommend the installation guide of Michael Noll: - Single Node: - http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ + * Single Node: http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ - - Multi Node: - http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-multi-node-cluster/ + * Multi Node: http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-multi-node-cluster/ + + * If you use the Cloudera's CDH3 or Oracle's Big Data Machine, you should copy hadoop-cdh3 core and test, guava jar files to ${HAMA_HOME}/lib folder. + + {{{ + % rm -rf ./lib/hadoop*.jar + % cp /usr/lib/hadoop/hadoop-test-0.20.2-cdh3u3b.jar ./lib/ + % cp /usr/lib/hadoop/hadoop-core-0.20.2-cdh3u3b.jar ./lib/ + % cp /usr/lib/hadoop/lib/guava-r09-jarjar.jar ./lib/ + % bin/start-bspd.sh + }}} == Hama Installation ==
