Author: edwardyoon
Date: Fri Sep 21 05:26:36 2012
New Revision: 1388329
URL: http://svn.apache.org/viewvc?rev=1388329&view=rev
Log:
Disable compressor in default settings
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=1388329&r1=1388328&r2=1388329&view=diff
==============================================================================
--- hama/trunk/conf/hama-default.xml (original)
+++ hama/trunk/conf/hama-default.xml Fri Sep 21 05:26:36 2012
@@ -105,11 +105,6 @@
</description>
</property>
<property>
- <name>hama.messenger.compression.class</name>
- <value>org.apache.hama.bsp.message.compress.SnappyCompressor</value>
- <description>The message compression algorithm to choose.</description>
- </property>
- <property>
<name>bsp.local.tasks.maximum</name>
<value>10</value>
<description>Number of tasks that run in parallel when in local
mode.</description>