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 2013/07/25 13:40:29 UTC

svn commit: r1506912 - /hama/trunk/conf/hama-default.xml

Author: edwardyoon
Date: Thu Jul 25 11:40:28 2013
New Revision: 1506912

URL: http://svn.apache.org/r1506912
Log:
HAMA-751: Set runtime.partitioning to true by default

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=1506912&r1=1506911&r2=1506912&view=diff
==============================================================================
--- hama/trunk/conf/hama-default.xml (original)
+++ hama/trunk/conf/hama-default.xml Thu Jul 25 11:40:28 2013
@@ -157,6 +157,15 @@
     but it trades more memory.
     </description>
   </property>
+  <property>
+    <name>bsp.input.runtime.partitioning</name>
+    <value>true</value>
+    <description>Basically, we provides a data partitioning program based on BSP job, 
+    which you can use without any extra program. Set this property to false if you 
+    want to use the custom partition program.
+    </description>
+  </property>
+  
   
   <!--
   Beginning of properties that are directly mapped from ZooKeeper's zoo.cfg.