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/07/22 15:26:12 UTC

[GitHub] [hbase] huaxiangsun commented on a change in pull request #3516: HBASE-26108 add option to disable scanMetrics in TableSnapshotInputFo…

huaxiangsun commented on a change in pull request #3516:
URL: https://github.com/apache/hbase/pull/3516#discussion_r674917543



##########
File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java
##########
@@ -107,6 +107,14 @@
   public static final String SNAPSHOT_INPUTFORMAT_ROW_LIMIT_PER_INPUTSPLIT =
       "hbase.TableSnapshotInputFormat.row.limit.per.inputsplit";
 
+  /**
+   * Whether to enable scan metrics on Scan, default to true
+   */
+  public static final String  SNAPSHOT_INPUTFORMAT_SCAN_METRICS_ENABLED =
+    "hbase.TableSnapshotInputFormat.scan_metrics_enabled";

Review comment:
       Thanks for the review, let me change it.




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org