Hi Anil, Stargate has two scanner implementations: "stateful" and "stateless". Which one are you using?
The stateful scanner has long supported QualifierFilter. See the ScannerModel class [0], it has a FilterModel component that you'll need to populate when you create the scanner. Stateless scanner will have general filter support in 1.0 (HBASE-9345). [0]: http://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/rest/model/ScannerModel.html -n --- Thanks, Nick n10k.com hbaseinaction.com On Wed, Oct 8, 2014 at 11:04 AM, anil gupta <[email protected]> wrote: > Hi, > > I need to use QualifierFilter with Stargate. I went through the > documentation but it seems like all the filters are not supported. If > QualifierFilter is supported then please let me know how to use it? > > -- > Thanks & Regards, > Anil Gupta >
