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:
Jonathan Hsieh 2013-04-12 14:51:05 +00:00
parent 3cdfd5def0
commit 82059f4345
1 changed files with 1 additions and 1 deletions

View File

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