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:
Michael Stack 2008-12-20 07:37:31 +00:00
parent f4bad4418e
commit bac528818a
1 changed files with 5 additions and 0 deletions

View File

@ -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