What you are asking for is a secondary index, and it doesn't exist at the moment in HBase (let alone REST). Googling a bit for "hbase secondary indexing" will show you how people usually do it.
J-D On Thu, Mar 24, 2011 at 6:18 AM, sreejith P. K. <[email protected]> wrote: > Is it possible using stargate interface to hbase, fetch all rows where more > than one column family:<qualifier> must be present? > > like :select rows which contains keyword:a and keyword:b ? > > Thanks >
