Author: edwardyoon
Date: Tue Jul 10 12:10:08 2012
New Revision: 1359628

URL: http://svn.apache.org/viewvc?rev=1359628&view=rev
Log:
Add bsp.groomserver.pingperiod to default config file so that user can easily 
copy&paste.

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

Modified: hama/trunk/conf/hama-default.xml
URL: 
http://svn.apache.org/viewvc/hama/trunk/conf/hama-default.xml?rev=1359628&r1=1359627&r2=1359628&view=diff
==============================================================================
--- hama/trunk/conf/hama-default.xml (original)
+++ hama/trunk/conf/hama-default.xml Tue Jul 10 12:10:08 2012
@@ -130,7 +130,11 @@
     <value>1</value>
     <description>If bsp.checkpoint.enabled is set to true, the checkpointing 
is initiated on the valueth synchronization process of BSP tasks.</description>
   </property>
-
+  <property>
+    <name>bsp.groomserver.pingperiod</name>
+    <value>10000</value>
+    <description>The default timeout period for checking groom server 
health.</description>
+  </property>
   
   <!--
   Beginning of properties that are directly mapped from ZooKeeper's zoo.cfg.


Reply via email to