HBASE-1070 Up default index interval in TRUNK and branch; fix broke build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f4bad4418e
commit
bac528818a
|
@ -40,6 +40,11 @@ public class TestForceSplit extends HBaseClusterTestCase {
|
|||
private static final byte[] key_mmi = Bytes.toBytes("mmi");
|
||||
private static final byte[] key_ssm = Bytes.toBytes("ssm");
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
this.conf.setInt("hbase.io.index.interval", 32);
|
||||
}
|
||||
|
||||
/**
|
||||
* the test
|
||||
* @throws IOException
|
||||
|
|
Loading…
Reference in New Issue