Devis,

  Have you tried FilterList? I think combine ColumnPrefixFilter & ValueFilter 
together can implement that query.

Jieshan.

-----Original Message-----
From: Davis [mailto:[email protected]] 
Sent: Thursday, April 26, 2012 9:42 PM
To: [email protected]
Subject: Hbase filter with column and value.

Hi,
  Im trying to filter a Hbase table where column names are like foo_1 foo_2 
foo_3..

A sql equalent query will be like 

"Select * from tablename where colunm name like 'foo_%' and value ='value'"

The difficulty is that Im not able to do a filter for both column and value
together.


Reply via email to