Does the addFamily method not solve your requirement?

http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Scan.html#addFamily(byte[])


On Tue, May 6, 2014 at 4:29 PM, cnpeyton <cnpey...@hotmail.com> wrote:

> I want to do a scan of a table and only have rows that contain certain
> columns families be returned from the scan.  For example, lets say i have 2
> column families a, b, and c.  I want to set a scan up with a filter that
> would only give me rows that have data within column families a and c.  For
> example, if row 2 has only data in column family b, then it should not be
> returned.
>
>
>
> --
> View this message in context:
> http://apache-hbase.679495.n3.nabble.com/scan-filtering-for-certain-rows-by-column-family-tp4058919.html
> Sent from the HBase Developer mailing list archive at Nabble.com.
>

Reply via email to