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/06/28 06:48:55 UTC

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

Author: edwardyoon
Date: Mon Jun 28 04:48:55 2010
New Revision: 958457

URL: http://svn.apache.org/viewvc?rev=958457&view=rev
Log:
Add description of bsp.master.address property.

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=958457&r1=958456&r2=958457&view=diff
==============================================================================
--- incubator/hama/trunk/conf/hama-default.xml (original)
+++ incubator/hama/trunk/conf/hama-default.xml Mon Jun 28 04:48:55 2010
@@ -25,7 +25,9 @@
   <property>
     <name>bsp.master.address</name>
     <value>local</value>
-    <description></description>
+    <description>The address of the bsp master server. Either the
+    literal string "local" or a host:port for distributed mode
+    </description>
   </property>
   <property>
     <name>bsp.master.port</name>