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 ------------------------------------------------------------------------------ == Requirements == * Java 1.6.x from Sun. - * Hadoop 0.18.x and Hbase 0.18.x. Hama 0.1.x will only run on this version of Hadoop and Hbase. + * Hadoop 0.19.x and Hbase trunk Hama 0.1.x will only run on this version of Hadoop and Hbase. * [http://wiki.apache.org/hadoop/GettingStartedWithHadoop Getting Started with Hadoop] * [http://hadoop.apache.org/hbase/docs/current/api/overview-summary.html#overview_description Getting Started with Hbase] * SSH must be installed. @@ -21, +21 @@ 3. ${HAMA_HOME} > ./bin/hama examples - ex) ${HADOOP_HOME} ./bin/hama examples random -m 4 -r 4 1000 1000 a + ex) ${HADOOP_HOME} ./bin/hama examples random 1000 1000 a - ${HADOOP_HOME} ./bin/hama examples random -m 4 -r 4 1000 1000 b + ${HADOOP_HOME} ./bin/hama examples random 1000 1000 b - ${HADOOP_HOME} ./bin/hama examples mult -m 4 -r 4 a b + ${HADOOP_HOME} ./bin/hama examples mult a b 4 4. ${HAMA_HOME} > ./bin/hama shell
