Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3508311795 for ; Mon, 11 Aug 2014 21:41:05 +0000 (UTC) Received: (qmail 15443 invoked by uid 500); 11 Aug 2014 21:41:05 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 15333 invoked by uid 500); 11 Aug 2014 21:41:05 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 15231 invoked by uid 99); 11 Aug 2014 21:41:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2014 21:41:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D0B95814466; Mon, 11 Aug 2014 21:41:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Mon, 11 Aug 2014 21:41:06 -0000 Message-Id: <20910b5cd3c9424e817fb9f1bccc813e@git.apache.org> In-Reply-To: <2900305a184c4bdf8c35ce44adbdf704@git.apache.org> References: <2900305a184c4bdf8c35ce44adbdf704@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/12] git commit: ACCUMULO-3013 Remove unused import left behind. ACCUMULO-3013 Remove unused import left behind. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a31bf1c4 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a31bf1c4 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a31bf1c4 Branch: refs/heads/master Commit: a31bf1c4245817c21e0d07a574edcd335fbee7b8 Parents: f870d51 Author: Christopher Tubbs Authored: Mon Aug 11 16:49:33 2014 -0400 Committer: Christopher Tubbs Committed: Mon Aug 11 16:49:33 2014 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/accumulo/test/functional/RunTests.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a31bf1c4/test/src/main/java/org/apache/accumulo/test/functional/RunTests.java ---------------------------------------------------------------------- diff --git a/test/src/main/java/org/apache/accumulo/test/functional/RunTests.java b/test/src/main/java/org/apache/accumulo/test/functional/RunTests.java index adca2ce..bf47c6e 100644 --- a/test/src/main/java/org/apache/accumulo/test/functional/RunTests.java +++ b/test/src/main/java/org/apache/accumulo/test/functional/RunTests.java @@ -34,7 +34,6 @@ import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; -import org.apache.hadoop.mapred.Counters.Counter; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.mapreduce.Mapper; import org.apache.hadoop.mapreduce.lib.input.TextInputFormat;