ZhaoBQ commented on a change in pull request #3042:
URL: https://github.com/apache/hbase/pull/3042#discussion_r610438585
##########
File path:
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
##########
@@ -2637,19 +2648,17 @@ protected static void printUsage(final String
shortName, final String message) {
"'valueSize'; set on read for stats on size: Default: Not set.");
System.err.println(" blockEncoding Block encoding to use. Value should
be one of "
+ Arrays.toString(DataBlockEncoding.values()) + ". Default: NONE");
+ System.err.println(" initRows The total rows currently in the
table. When initRows "
+ + "is less than totalRows(perClientRunRows * nclients), initRows will
be set equal to "
+ + "totalRows. Default: -1");
Review comment:
Sir, sorry to bother you, are there any questions here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]