You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2010/04/20 17:23:53 UTC

[jira] Created: (HBASE-2470) Add Scan.setTimeRange() support in Shell

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.