Add Scan.setTimeRange() support in Shell ----------------------------------------
Key: HBASE-2470 URL: https://issues.apache.org/jira/browse/HBASE-2470 Project: Hadoop HBase Issue Type: Improvement Affects Versions: 0.20.3 Reporter: Lars George Priority: Trivial Fix For: 0.20.5, 0.21.0 The shell does not support scans by time range. This is trivial, simply add two more optional values MINTIMESTAMP and MAXTIMESTAMP and if both are set call Scan.setTimeRange(minStamp, maxStamp). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.