You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/05/31 01:39:26 UTC

svn commit: r1488055 - in /accumulo/branches/1.5/conf/examples: 1GB/standalone/accumulo-site.xml 2GB/standalone/accumulo-site.xml 3GB/standalone/accumulo-site.xml 512MB/standalone/accumulo-site.xml

Author: kturner
Date: Thu May 30 23:39:26 2013
New Revision: 1488055

URL: http://svn.apache.org/r1488055
Log:
ACCUMULO-1469 Patch from Aaron Glahe. Set the tserver.memory.maps.native.enabled = false for the standalone conf DIRs.  This will explictly tell the system to use the non-native memory map. 

Modified:
    accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml
    accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml

Modified: accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml?rev=1488055&r1=1488054&r2=1488055&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml Thu May 30 23:39:26 2013
@@ -52,6 +52,11 @@
   </property>
 
   <property>
+    <name>tserver.memory.maps.native.enabled</name>
+    <value>false</value>
+  </property>
+
+  <property>
     <name>tserver.cache.data.size</name>
     <value>15M</value>
   </property>

Modified: accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml?rev=1488055&r1=1488054&r2=1488055&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml Thu May 30 23:39:26 2013
@@ -58,6 +58,11 @@
     </property>
     
     <property>
+      <name>tserver.memory.maps.native.enabled</name>
+      <value>false</value>
+    </property>
+
+    <property>
       <name>tserver.cache.data.size</name>
       <value>30M</value>
     </property>

Modified: accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml?rev=1488055&r1=1488054&r2=1488055&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml Thu May 30 23:39:26 2013
@@ -52,6 +52,11 @@
   </property>
 
   <property>
+    <name>tserver.memory.maps.native.enabled</name>
+    <value>false</value>
+  </property>
+
+  <property>
     <name>tserver.cache.data.size</name>
     <value>128M</value>
   </property>

Modified: accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml?rev=1488055&r1=1488054&r2=1488055&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml (original)
+++ accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml Thu May 30 23:39:26 2013
@@ -53,6 +53,11 @@
   </property>
 
   <property>
+    <name>tserver.memory.maps.native.enabled</name>
+    <value>false</value>
+  </property>
+
+  <property>
     <name>tserver.cache.data.size</name>
     <value>7M</value>
   </property>