shenshengli commented on a change in pull request #3177:
URL: https://github.com/apache/hbase/pull/3177#discussion_r615197564
##########
File path:
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/RowCounter.java
##########
@@ -64,13 +64,15 @@
private final static String OPT_START_TIME = "starttime";
private final static String OPT_END_TIME = "endtime";
+ private final static String OPT_IS_CACHE_BLOCKS = "isCacheBlocks";
private final static String OPT_RANGE = "range";
private final static String OPT_EXPECTED_COUNT = "expectedCount";
private String tableName;
private List<MultiRowRangeFilter.RowRange> rowRangeList;
private long startTime;
private long endTime;
+ private boolean isCacheBlocks;
Review comment:
Okay, I'll fix it right away, as well as the changes I missed to submit
last time
--
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]