You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2015/06/23 22:39:49 UTC

accumulo git commit: ACCUMULO-3747 port 1.7 changes to master

Repository: accumulo
Updated Branches:
  refs/heads/master d07451861 -> 9a3e35190


ACCUMULO-3747 port 1.7 changes to master


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9a3e3519
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9a3e3519
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9a3e3519

Branch: refs/heads/master
Commit: 9a3e35190cb26807fd8835183baf1236f458a8a0
Parents: d074518
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Jun 23 16:39:37 2015 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Jun 23 16:39:37 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/DetectDeadTabletServers.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9a3e3519/test/src/main/java/org/apache/accumulo/test/DetectDeadTabletServers.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/accumulo/test/DetectDeadTabletServers.java b/test/src/main/java/org/apache/accumulo/test/DetectDeadTabletServers.java
index a3d548d..dad57af 100644
--- a/test/src/main/java/org/apache/accumulo/test/DetectDeadTabletServers.java
+++ b/test/src/main/java/org/apache/accumulo/test/DetectDeadTabletServers.java
@@ -32,13 +32,13 @@ import org.apache.accumulo.core.security.Authorizations;
 import org.apache.accumulo.core.trace.Tracer;
 import org.apache.accumulo.fate.util.UtilWaitThread;
 import org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl;
-import org.apache.accumulo.test.functional.ConfigurableMacIT;
+import org.apache.accumulo.test.functional.ConfigurableMacBase;
 import org.apache.hadoop.conf.Configuration;
 import org.junit.Test;
 
 import com.google.common.collect.Iterators;
 
-public class DetectDeadTabletServers extends ConfigurableMacIT {
+public class DetectDeadTabletServers extends ConfigurableMacBase {
 
   @Override
   protected void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) {