You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Balamurugan Rajendran <ba...@gmail.com> on 2008/11/17 07:35:45 UTC

Regarding RexExp support in ColumnFilter

Dear

>From the API docs I understand that,  To filter based on RegExp of RowKey we
can use RegExpRowFilter. Is there any filter available to use RegExp
comparision for an ColumnValue. I hope the existing ColumnValue filter does
not support it.

Or other wise, do we need to use MapReduce to achieve this.

I am using HBase 0.18.0 API for reference.

Thanks & Regards
R.Bala

Re: Regarding RexExp support in ColumnFilter

Posted by Andrew Purtell <ap...@apache.org>.
This feature is now available in HBase trunk.

   - Andy

> Please see https://issues.apache.org/jira/browse/HBASE-1005 .
>
>   - Andy



      

Re: Regarding RexExp support in ColumnFilter

Posted by Balamurugan Rajendran <ba...@gmail.com>.
Dear Andrew Purtell

Thank you, for your reply.

Thanks & Regards
R.Bala

On Tue, Nov 18, 2008 at 5:07 AM, Andrew Purtell <ap...@yahoo.com> wrote:

> Please see https://issues.apache.org/jira/browse/HBASE-1005 .
>
>   - Andy
>
> > From: Balamurugan Rajendran <ba...@gmail.com>
> > Subject: Regarding RexExp support in ColumnFilter
> > To: hbase-user@hadoop.apache.org
> > Date: Sunday, November 16, 2008, 10:35 PM
> > Dear
> >
> > From the API docs I understand that,  To filter based on
> > RegExp of RowKey we can use RegExpRowFilter. Is there any
> > filter available to use RegExp comparision for an
> > ColumnValue.
> [snip]
>
>
>
>
>

Re: Regarding RexExp support in ColumnFilter

Posted by Andrew Purtell <ap...@yahoo.com>.
Please see https://issues.apache.org/jira/browse/HBASE-1005 .

   - Andy

> From: Balamurugan Rajendran <ba...@gmail.com>
> Subject: Regarding RexExp support in ColumnFilter
> To: hbase-user@hadoop.apache.org
> Date: Sunday, November 16, 2008, 10:35 PM
> Dear
> 
> From the API docs I understand that,  To filter based on
> RegExp of RowKey we can use RegExpRowFilter. Is there any
> filter available to use RegExp comparision for an
> ColumnValue.
[snip]