HBASE-7605 TestMiniClusterLoadSequential fails in trunk build on hadoop2

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-04-11 23:17:28 +00:00
parent e21a1ee4ae
commit 3cdfd5def0
2 changed files with 1 additions and 10 deletions

View File

@ -49,13 +49,4 @@ public class TestMiniClusterLoadEncoded extends TestMiniClusterLoadParallel {
public TestMiniClusterLoadEncoded(DataBlockEncoding encoding) {
super(USE_MULTI_PUT, encoding);
}
/**
* Use a smaller number of keys in in this test.
*/
@Override
protected int numKeys() {
return 3000;
}
}

View File

@ -167,7 +167,7 @@ public class TestMiniClusterLoadSequential {
}
protected int numKeys() {
return 10000;
return 1000;
}
protected HColumnDescriptor getColumnDesc(HBaseAdmin admin)