ll these rows?
> Have you made setFilterRowIfMissing(true). By default it is false.
>
> Regards
> Ram
>
>
> > -----Original Message-----
> > From: Kumar, Suresh [mailto:suresh.kum...@emc.com]
> > Sent: Tuesday, October 16, 2012 9:55 AM
> > To: user@hbase.a
setFilterRowIfMissing(true). By default it is false.
Regards
Ram
> -Original Message-
> From: Kumar, Suresh [mailto:suresh.kum...@emc.com]
> Sent: Tuesday, October 16, 2012 9:55 AM
> To: user@hbase.apache.org
> Subject: RE: Retrieving rows with specific values using
>
From: Norbert Burger [mailto:norbert.bur...@gmail.com]
Sent: Monday, October 15, 2012 5:18 PM
To: user@hbase.apache.org
Subject: Re: Retrieving rows with specific values using
SinglieColumnValueFilter
Try changing your CompareOp.EQUALs to CompareOp.GREATER_OR_EQUAL and
CompareOp.LESS_OR_EQUAL, respect
Try changing your CompareOp.EQUALs to CompareOp.GREATER_OR_EQUAL and
CompareOp.LESS_OR_EQUAL, respectively. You want all rows between your
two key.
Norbert
On Mon, Oct 15, 2012 at 7:00 PM, Kumar, Suresh wrote:
> I have a HBase with some apache logs loaded.
>
>
>
> I am trying to retrieve a sect
I have a HBase with some apache logs loaded.
I am trying to retrieve a section of logs to analyze using the following
code. I would like all the rows
between column values "DEBUG:x" and "y". How can I force scan to
return all these rows? I am using
SingleColumnValueFilter and adding a