Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The following page has been changed by udanax: http://wiki.apache.org/hama/GettingStarted ------------------------------------------------------------------------------ Are you ready to run the Hama on the Hadoop + Hbase cluster? Then, This is quick guide for you : - 1. [hama-trunk]# ant clean package + {{{ + 1. ${HAMA_HOME} > ant clean package - Then, You should add hama-x.x.x.jar to the {$HADOOP_HOME}/lib and copy these changes across your cluster. + Then, You should add hama-x.x.x.jar to the ${HADOOP_HOME}/lib and copy these changes across your cluster. - 2. [hama-trunk]# cp ./build/hama-0.1.0-dev.jar {$HADOOP_HOME}/lib + 2. ${HAMA_HOME} > cp ./build/hama-0.1.0-dev.jar ${HADOOP_HOME}/lib You also need to restart your hadoop cluster. - 3. [hama-trunk]# cp ./build/hama-0.1.0-dev-examples.jar {HADOOP_HOME} + 3. ${HAMA_HOME} > cp ./build/hama-0.1.0-dev-examples.jar ${HADOOP_HOME} - 4. [hadoop-0.17.1]# ./bin/hadoop jar hama-0.1.0-dev-examples.jar addition 2 2 + 4. ${HADOOP_HOME} ./bin/hadoop jar hama-0.1.0-dev-examples.jar addition -m 4 -r 4 16 16 + }}} == Run in a hama shell == {{{
