Updated Branches: refs/heads/1.6.0-SNAPSHOT b68ae97b9 -> b0a1f6d61
ACCUMULO-2370 remove useless call Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b0a1f6d6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b0a1f6d6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b0a1f6d6 Branch: refs/heads/1.6.0-SNAPSHOT Commit: b0a1f6d61eedc8e78b2100f6c750ee7ec3fc3df3 Parents: b68ae97 Author: Eric Newton <eric.new...@gmail.com> Authored: Fri Feb 14 13:07:04 2014 -0500 Committer: Eric Newton <eric.new...@gmail.com> Committed: Fri Feb 14 13:07:04 2014 -0500 ---------------------------------------------------------------------- .../org/apache/accumulo/test/functional/GarbageCollectorIT.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b0a1f6d6/test/src/test/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java b/test/src/test/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java index 81377bc..cc62cbb 100644 --- a/test/src/test/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java +++ b/test/src/test/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java @@ -78,7 +78,6 @@ public class GarbageCollectorIT extends ConfigurableMacIT { settings.put(Property.TSERV_MAXMEM.getKey(), "5K"); settings.put(Property.TSERV_MAJC_DELAY.getKey(), "1"); cfg.setSiteConfig(settings); - cfg.useMiniDFS(); } private void killMacGc() throws ProcessNotFoundException, InterruptedException, KeeperException {