Index: hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java =================================================================== --- hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java (revision 1577774) +++ hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java (working copy) @@ -432,10 +432,10 @@ @Test public void testGroupOrSplitWhenRegionHoleExistsInMeta() throws Exception { String tableName = "testGroupOrSplitWhenRegionHoleExistsInMeta"; - HTable table = new HTable(util.getConfiguration(), Bytes.toBytes(tableName)); byte[][] SPLIT_KEYS = new byte[][] { Bytes.toBytes("row_00000100") }; setupTableWithSplitkeys(tableName, 10, SPLIT_KEYS); + HTable table = new HTable(util.getConfiguration(), Bytes.toBytes(tableName)); Path dir = buildBulkFiles(tableName, 2); final AtomicInteger countedLqis = new AtomicInteger();