Skip to content

Commit 90f27fe

Browse files
dingwei-2017openinx
authored andcommitted
HBASE-22773 when set blockSize option in Performance Evaluation tool, error occurs:ERROR: Unrecognized option/command: --blockSize=131072
Signed-off-by: huzheng <openinx@gmail.com>
1 parent d094b70 commit 90f27fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,6 +2712,7 @@ static TestOptions parseOpts(Queue<String> args) {
27122712
final String blockSize = "--blockSize=";
27132713
if(cmd.startsWith(blockSize) ) {
27142714
opts.blockSize = Integer.parseInt(cmd.substring(blockSize.length()));
2715+
continue;
27152716
}
27162717

27172718
final String valueSize = "--valueSize=";

0 commit comments

Comments
 (0)