Re: Get values via shell with timeRange

2011-04-04 Thread Eric Charles
https://issues.apache.org/jira/browse/HBASE-3729 Get cells via shell with a time range predicate Tks, - Eric On 4/04/2011 16:09, Ted Yu wrote: Please file a JIRA. On Mon, Apr 4, 2011 at 2:50 AM, Eric Charleswrote: Hi, The shell allows to specify a timestamp to get a value - get 't1', 'r1', {

Re: Get values via shell with timeRange

2011-04-04 Thread Ted Yu
Please file a JIRA. On Mon, Apr 4, 2011 at 2:50 AM, Eric Charles wrote: > Hi, > > The shell allows to specify a timestamp to get a value > - get 't1', 'r1', {COLUMN => 'c1', TIMESTAMP => ts1} > > If you don't give the exact timestamp, you get nothing... > > I didn't find a way to a list of values

Get values via shell with timeRange

2011-04-04 Thread Eric Charles
Hi, The shell allows to specify a timestamp to get a value - get 't1', 'r1', {COLUMN => 'c1', TIMESTAMP => ts1} If you don't give the exact timestamp, you get nothing... I didn't find a way to a list of values (different versions) via a command such as - get 't1', 'r1', {COLUMN => 'c1', TIMER