This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new d0bf74c  ACCUMULO-4718 Disable native maps in IT
d0bf74c is described below

commit d0bf74cf1e949442d213b8bf9974ca3caa2c4d6c
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Fri Oct 6 14:18:54 2017 -0400

    ACCUMULO-4718 Disable native maps in IT
---
 .../accumulo/testing/core/randomwalk/ReplicationRandomWalkIT.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/core/src/test/java/org/apache/accumulo/testing/core/randomwalk/ReplicationRandomWalkIT.java
 
b/core/src/test/java/org/apache/accumulo/testing/core/randomwalk/ReplicationRandomWalkIT.java
index 6a6e713..2dc6acd 100644
--- 
a/core/src/test/java/org/apache/accumulo/testing/core/randomwalk/ReplicationRandomWalkIT.java
+++ 
b/core/src/test/java/org/apache/accumulo/testing/core/randomwalk/ReplicationRandomWalkIT.java
@@ -17,6 +17,7 @@
 package org.apache.accumulo.testing.core.randomwalk;
 
 import static org.apache.accumulo.core.conf.Property.TSERV_ARCHIVE_WALOGS;
+import static org.apache.accumulo.core.conf.Property.TSERV_NATIVEMAP_ENABLED;
 import static org.apache.accumulo.core.conf.Property.TSERV_WALOG_MAX_SIZE;
 
 import java.util.Properties;
@@ -36,6 +37,7 @@ public class ReplicationRandomWalkIT extends 
ConfigurableMacBase {
   protected void configure(MiniAccumuloConfigImpl cfg, Configuration 
hadoopCoreSite) {
     cfg.setProperty(TSERV_ARCHIVE_WALOGS, "false");
     cfg.setProperty(TSERV_WALOG_MAX_SIZE, "1M");
+    cfg.setProperty(TSERV_NATIVEMAP_ENABLED, "false");
     cfg.setNumTservers(1);
   }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <commits@accumulo.apache.org>'].

Reply via email to