RegexStringComparator is used to filter column values.
I am looking for a class to filter row keys (in an export utility - HBase
2225).

Thanks

On Sat, Feb 27, 2010 at 2:19 PM, Dan Washusen <d...@reactive.org> wrote:

> Hi Ted,
> Check out the RegexStringComparator class.
>
> Cheers,
> Dan
>
> On 28 February 2010 04:05, Ted Yu <yuzhih...@gmail.com> wrote:
>
> > Hi,
> > I use org.apache.hadoop.hbase.
> > filter.PrefixFilter in my export utility.
> > I like the flexibility of RegExpRowFilter but it cannot be used in
> > Scan.setFilter(org.apache.hadoop.hbase.filter.Filter) call.
> >
> > Is there Filter implementation that does regex filtering ?
> >
> > Thanks
> >
>

Reply via email to