Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "GettingStartedMesos" page has been changed by StratosDimopoulos: https://wiki.apache.org/hama/GettingStartedMesos?action=diff&rev1=3&rev2=4 Be sure to build Hama with your version of Mesos specified: {{{ - mvn clean install -Phadoop1 -Dhadoop.version=1.x.x -Dmesos.version=0.18.2 + mvn clean install -Phadoop1 -Dhadoop.version=1.x.x -Dmesos.version=0.20.0 }}} The groom servers will be set up by Mesos during execution of a job. In order for Mesos to do this, you will need to upload a built version of Hama to a place where the Mesos slaves can find it, such as the HDFS: {{{ - hadoop fs -put hama-7.0.0.tar.gz /hama-7.0.0.tar.gz + hadoop fs -put hama-0.7.0-SNAPSHOT.tar.gz /hama.tar.gz }}} == Configuration == @@ -41, +41 @@ ||'''Property'''||'''Default Value'''||'''Description'''|| ||hama.tmp.dir ||/tmp/hama-${user.name} ||Temporary directory on the local filesystem.|| ||hama.zookeeper.quorum || ||Comma separated list of servers in the Zookeeper Quorum|| - ||hama.zookeeper.property.clientPort ||21810 ||The port to which the zookeeper clients connect|| + ||hama.zookeeper.property.clientPort ||2181 ||The port to which the zookeeper clients connect|| + + For a working example of the hama-site.xml and to avoid some configuration mistakes you can check this [[http://strat0sphere.wordpress.com/2014/11/08/apache-hama-on-mesos/|blog post for installing Hama on Mesos]] == Starting The BSPMaster ==
