You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/03/19 03:35:44 UTC

[GitHub] [hbase] ZhaoBQ commented on a change in pull request #3042: HBASE-25655 Add a new option in PE to indicate the current number of rows in the test table

ZhaoBQ commented on a change in pull request #3042:
URL: https://github.com/apache/hbase/pull/3042#discussion_r597385188



##########
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:
       Added some descriptions




-- 
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:
users@infra.apache.org