anoopsjohn commented on a change in pull request #3675:
URL: https://github.com/apache/hbase/pull/3675#discussion_r706607251
##########
File path:
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java
##########
@@ -128,6 +129,12 @@
public static final boolean
SNAPSHOT_INPUTFORMAT_SCAN_METRICS_ENABLED_DEFAULT = true;
+ /**
+ * The {@link ReadType} which should be set on the {@link Scan} to read the
HBase Snapshot, default STREAM.
+ */
+ public static final String SNAPSHOT_INPUTFORMAT_SCANNER_READTYPE =
"hbase.TableSnapshotinputFormat.scanner.readtype";
Review comment:
TableSnapshotinputFormat => TableSnapshotInputFormat ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]