Hi Pavan, Are you looking for something like http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html?
You are going to do a table full scan... If you value is uniq, you might want to build a secondary index table for direct access... JM 2013/7/31 Pavan Sudheendra <[email protected]> > How do i get the row key by specifying a row value assuming row values > are unique? > > What API should i use for this purpose? > -- > Regards- > Pavan >
