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: https://wiki.apache.org/hama/GettingStarted?action=diff&rev1=73&rev2=74 == Hadoop Installation == * See http://hadoop.apache.org/docs/stable/index.html - * 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. + * If you use the Cloudera's CDH, you should replace hadoop and its dependencies in ${HAMA_HOME}/lib folder. For example, {{{ % 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 }}}
