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.
