[ 
https://issues.apache.org/jira/browse/HBASE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J Chouraria updated HBASE-2470:
-------------------------------------

    Attachment: HBASE-2470.r2.diff

Err, I meant TIMERANGE in the earlier comment.

New patch, that adds a test (I failed to notice there was a TestShell).

Does this look alright?

> Add Scan.setTimeRange() support in Shell
> ----------------------------------------
>
>                 Key: HBASE-2470
>                 URL: https://issues.apache.org/jira/browse/HBASE-2470
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.20.3
>            Reporter: Lars George
>            Priority: Trivial
>              Labels: noob
>         Attachments: HBASE-2470.r1.diff, HBASE-2470.r2.diff
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to