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 09:11:20 UTC

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

Author: edwardyoon
Date: Tue Nov  9 08:11:20 2010
New Revision: 1032884

URL: http://svn.apache.org/viewvc?rev=1032884&view=rev
Log:
Trivial changes 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=1032884&r1=1032883&r2=1032884&view=diff
==============================================================================
--- incubator/hama/trunk/conf/hama-default.xml (original)
+++ incubator/hama/trunk/conf/hama-default.xml Tue Nov  9 08:11:20 2010
@@ -122,11 +122,11 @@
   <property>
     <name>hama.zookeeper.barriersync</name>
     <value>localhost</value>
-    <description>Comma separated list of servers in the ZooKeeper barriersync.
+    <description>Comma separated list of servers in the ZooKeeper quorum.
     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 barriersync servers. If HAMA_MANAGES_ZK is set in hama-env.sh
+    list of ZooKeeper quorum 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>