Repository: hbase Updated Branches: refs/heads/branch-1.0 805857f4e -> fde88f356
HBASe-14731 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/fde88f35 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fde88f35 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fde88f35 Branch: refs/heads/branch-1.0 Commit: fde88f3567096cc6d0c9158dd4675abfb3561f45 Parents: 805857f 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:10:40 2015 -0800 ---------------------------------------------------------------------- .../hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/fde88f35/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
