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:
parent
e21a1ee4ae
commit
3cdfd5def0
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -167,7 +167,7 @@ public class TestMiniClusterLoadSequential {
|
||||
}
|
||||
|
||||
protected int numKeys() {
|
||||
return 10000;
|
||||
return 1000;
|
||||
}
|
||||
|
||||
protected HColumnDescriptor getColumnDesc(HBaseAdmin admin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user