Skip to content

Commit ff96485

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 d0e5ea1 commit ff96485

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
@@ -2715,6 +2715,7 @@ static TestOptions parseOpts(Queue<String> args) {
27152715
final String blockSize = "--blockSize=";
27162716
if(cmd.startsWith(blockSize) ) {
27172717
opts.blockSize = Integer.parseInt(cmd.substring(blockSize.length()));
2718+
continue;
27182719
}
27192720

27202721
final String valueSize = "--valueSize=";

0 commit comments

Comments
 (0)