We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e5ea1 commit ff96485Copy full SHA for ff96485
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
@@ -2715,6 +2715,7 @@ static TestOptions parseOpts(Queue<String> args) {
2715
final String blockSize = "--blockSize=";
2716
if(cmd.startsWith(blockSize) ) {
2717
opts.blockSize = Integer.parseInt(cmd.substring(blockSize.length()));
2718
+ continue;
2719
}
2720
2721
final String valueSize = "--valueSize=";
0 commit comments