Re: Cell-level security with Coprocessors

2018-04-09 Thread Jim Hughes
Hi Anoop, Here's a ticket for the discussion: https://issues.apache.org/jira/browse/HBASE-20374. I found what you are mentioning, and I was able to integrate my custom coprocessor in GeoMesa by calling out to rs.getCoprocessorHost.preScannerOpen(scan) in order to enable the VisibilityContro

Re: Cell-level security with Coprocessors

2018-04-09 Thread Anoop John
Hi Jim Just taking your eg: Use cell level labels along with AggregationClient - Tt will NOT work. The reason is the Aggregation impl for the server side will create scanner directly over the Region. As you know, the cell level security features work with the help of a co processor