On Thu, Dec 15, 2011 at 8:59 AM, Sreeram K <[email protected]> wrote: > I have one more question.. > Can we have a query in HBase shell based on Colum Value. > > I am looking at scan-> with Coulm ID? is that possible..the way we are doing > with STARTROW? > Can you pl pont me to an example.. > >
You need to use a value filter: http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html St.Ack
