HBASE-7606 TestJoinedScanners fails in trunk build on hadoop 2.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3cdfd5def0
commit
82059f4345
|
@ -83,7 +83,7 @@ public class TestJoinedScanners {
|
|||
HTable ht = htu.createTable(
|
||||
Bytes.toBytes(this.getClass().getSimpleName()), families);
|
||||
|
||||
long rows_to_insert = 10000;
|
||||
long rows_to_insert = 1000;
|
||||
int insert_batch = 20;
|
||||
int flag_percent = 1;
|
||||
int large_bytes = 128 * 1024;
|
||||
|
|
Loading…
Reference in New Issue