You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by as...@apache.org on 2009/05/18 23:33:46 UTC

svn commit: r776103 - in /hadoop/chukwa/trunk: CHANGES.txt conf/chukwa-demux-conf.xml

Author: asrabkin
Date: Mon May 18 21:33:46 2009
New Revision: 776103

URL: http://svn.apache.org/viewvc?rev=776103&view=rev
Log:
CHUKWA-239. Demux settings now work out of the box.

Modified:
    hadoop/chukwa/trunk/CHANGES.txt
    hadoop/chukwa/trunk/conf/chukwa-demux-conf.xml

Modified: hadoop/chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/CHANGES.txt?rev=776103&r1=776102&r2=776103&view=diff
==============================================================================
--- hadoop/chukwa/trunk/CHANGES.txt (original)
+++ hadoop/chukwa/trunk/CHANGES.txt Mon May 18 21:33:46 2009
@@ -122,6 +122,8 @@
   OPTIMIZATIONS
 
   BUG FIXES
+ 
+    CHUKWA-239. Demux settings now work out of the box. (Ari Rabkin)
 
     CHUKWA-238.  Resolve race condition in archiving. (Ari Rabkin)
 

Modified: hadoop/chukwa/trunk/conf/chukwa-demux-conf.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/conf/chukwa-demux-conf.xml?rev=776103&r1=776102&r2=776103&view=diff
==============================================================================
--- hadoop/chukwa/trunk/conf/chukwa-demux-conf.xml (original)
+++ hadoop/chukwa/trunk/conf/chukwa-demux-conf.xml Mon May 18 21:33:46 2009
@@ -8,7 +8,7 @@
 <!-- Chukwa Job parameters -->
 	<property>
 	  <name>io.sort.mb</name>
-	  <value>256</value>
+	  <value>64</value>
 	  <description>The total amount of buffer memory to use while sorting
 	  files, in megabytes.  By default, gives each merge stream 1MB, which
 	  should minimize seeks.</description>
@@ -16,13 +16,13 @@
 
 	<property>
 	  <name>fs.inmemory.size.mb</name>
-	  <value>256</value>
+	  <value>64</value>
 	  <description>The size of the in-memory filsystem instance in MB</description>
 	</property>
 
 	<property>
 	  <name>io.sort.factor</name>
-	  <value>100</value>
+	  <value>10</value>
 	  <description>The number of streams to merge at once while sorting
 	  files.  This determines the number of open file handles.</description>
 	</property>
@@ -184,4 +184,4 @@
    </property>
    
 </configuration>
- 
\ No newline at end of file
+