Repository: hbase Updated Branches: refs/heads/branch-1.0 dbea01176 -> b3e652cf5
HBASE-14780 ADDENDEUM - remove extra imports from branch-1.0 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b3e652cf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b3e652cf Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b3e652cf Branch: refs/heads/branch-1.0 Commit: b3e652cf5f9dea027a13972dfe5ee925fd70afd6 Parents: dbea011 Author: Jonathan M Hsieh <[email protected]> Authored: Tue Nov 10 17:10:40 2015 -0800 Committer: Jonathan M Hsieh <[email protected]> Committed: Tue Nov 10 17:15:18 2015 -0800 ---------------------------------------------------------------------- .../hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/b3e652cf/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java ---------------------------------------------------------------------- diff --git a/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java b/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java index 2857ab5..20ad200 100644 --- a/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java +++ b/hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java @@ -82,17 +82,6 @@ import org.junit.experimental.categories.Category; import static org.junit.Assert.assertEquals; -import java.io.DataInput; -import java.io.DataOutput; -import java.io.IOException; -import java.util.ArrayList; -import java.util.HashSet; -import java.util.List; -import java.util.Map; -import java.util.Random; -import java.util.Set; -import java.util.concurrent.atomic.AtomicLong; - /** * Test Bulk Load and MR on a distributed cluster. * It starts an MR job that creates linked chains
