Author: billie
Date: Wed Jun 13 01:14:27 2012
New Revision: 1349603

URL: http://svn.apache.org/viewvc?rev=1349603&view=rev
Log:
ACCUMULO-629 added tserver.sort.buffer.size property to site config

Modified:
    accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml
    accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml
    accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml
    accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml

Modified: accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml?rev=1349603&r1=1349602&r2=1349603&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml 
(original)
+++ accumulo/trunk/conf/examples/1GB/native-standalone/accumulo-site.xml Wed 
Jun 13 01:14:27 2012
@@ -78,6 +78,11 @@
     </property>
 
     <property>
+      <name>tserver.sort.buffer.size</name>
+      <value>50M</value>
+    </property>
+    
+    <property>
       <name>tserver.walog.max.size</name>
       <value>256M</value>
     </property>

Modified: accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml?rev=1349603&r1=1349602&r2=1349603&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml (original)
+++ accumulo/trunk/conf/examples/1GB/standalone/accumulo-site.xml Wed Jun 13 
01:14:27 2012
@@ -78,6 +78,11 @@
     </property>
     
     <property>
+      <name>tserver.sort.buffer.size</name>
+      <value>50M</value>
+    </property>
+    
+    <property>
       <name>tserver.walog.max.size</name>
       <value>256M</value>
     </property>

Modified: accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml?rev=1349603&r1=1349602&r2=1349603&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml 
(original)
+++ accumulo/trunk/conf/examples/512MB/native-standalone/accumulo-site.xml Wed 
Jun 13 01:14:27 2012
@@ -78,6 +78,11 @@
     </property>
 
     <property>
+      <name>tserver.sort.buffer.size</name>
+      <value>50M</value>
+    </property>
+    
+    <property>
       <name>tserver.walog.max.size</name>
       <value>100M</value>
     </property>

Modified: accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml?rev=1349603&r1=1349602&r2=1349603&view=diff
==============================================================================
--- accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml (original)
+++ accumulo/trunk/conf/examples/512MB/standalone/accumulo-site.xml Wed Jun 13 
01:14:27 2012
@@ -78,6 +78,11 @@
     </property>
     
     <property>
+      <name>tserver.sort.buffer.size</name>
+      <value>50M</value>
+    </property>
+    
+    <property>
       <name>tserver.walog.max.size</name>
       <value>100M</value>
     </property>


Reply via email to