You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2010/11/09 08:34:43 UTC

svn commit: r1032877 - /incubator/hama/trunk/conf/hama-default.xml

Author: edwardyoon
Date: Tue Nov  9 07:34:42 2010
New Revision: 1032877

URL: http://svn.apache.org/viewvc?rev=1032877&view=rev
Log:
Trivial change of hama-default.xml

Modified:
    incubator/hama/trunk/conf/hama-default.xml

Modified: incubator/hama/trunk/conf/hama-default.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/conf/hama-default.xml?rev=1032877&r1=1032876&r2=1032877&view=diff
==============================================================================
--- incubator/hama/trunk/conf/hama-default.xml (original)
+++ incubator/hama/trunk/conf/hama-default.xml Tue Nov  9 07:34:42 2010
@@ -58,7 +58,7 @@
   </property>
   <property>
     <name>bsp.peers.num</name>
-    <value>2</value>
+    <value>1</value>
     <description>The default number of bsp tasks per job.  Typically set
     to a prime several times greater than number of available hosts.
     </description>
@@ -120,13 +120,13 @@
   </property>
   
   <property>
-    <name>hama.zookeeper.quorum</name>
+    <name>hama.zookeeper.barriersync</name>
     <value>localhost</value>
-    <description>Comma separated list of servers in the ZooKeeper Quorum.
+    <description>Comma separated list of servers in the ZooKeeper barriersync.
     For example, "host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
     By default this is set to localhost for local and pseudo-distributed modes
     of operation. For a fully-distributed setup, this should be set to a full
-    list of ZooKeeper quorum servers. If HAMA_MANAGES_ZK is set in hama-env.sh
+    list of ZooKeeper barriersync servers. If HAMA_MANAGES_ZK is set in hama-env.sh
     this is the list of servers which we will start/stop ZooKeeper on.
     </description>
   </property>