Repository: hbase Updated Branches: refs/heads/branch-1.0 fde88f356 -> dbea01176
Revert "HBASe-14731 ADDENDEUM - remove extra imports from branch-1.0" This reverts commit fde88f3567096cc6d0c9158dd4675abfb3561f45. (wrong title) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dbea0117 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dbea0117 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dbea0117 Branch: refs/heads/branch-1.0 Commit: dbea011766a68604b8cf0b322da9f5f9bedcf195 Parents: fde88f3 Author: Jonathan M Hsieh <[email protected]> Authored: Tue Nov 10 17:13:13 2015 -0800 Committer: Jonathan M Hsieh <[email protected]> Committed: Tue Nov 10 17:13:13 2015 -0800 ---------------------------------------------------------------------- .../hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/dbea0117/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 20ad200..2857ab5 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,6 +82,17 @@ 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
