Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "CompatibilityTable" page has been changed by edwardyoon: https://wiki.apache.org/hama/CompatibilityTable?action=diff&rev1=21&rev2=22 (NOTE) By default, Hama 0.6 contains hadoop-core-1.2.1.jar and hadoop-test-1.2.1.jar. If you want to use higher version of Hadoop, then you need to replace hadoop jar files in ${HAMA_HOME}/lib folder. - To run with Hadoop 2.0, download a src-release tarball and build with following command: + To run with Hadoop 1.x, download a src-release tarball and build with following command: {{{ - % mvn clean install -Phadoop2 -Dhadoop.version=2.x.x + % mvn clean install -Phadoop1 -Dhadoop.version=1.x.x }}}
