Re: Multi-Tenancy and shared records

2019-10-15 Thread Billy Watson
I ran into this too with other code. Make sure you’re on the same API. HBase 2’s APIs changed heavily so you may have to do some googling for docs to convert the above code into something usable in your version of the HBase API. Also for your original problem, I’m not sure if Apache Ranger

Re: Multi-Tenancy and shared records

2019-10-15 Thread Simon Mottram
Hi Ankit Getting stuck into this, but I am having trouble finding out how to persist the ACL mutations The updates to the mutations aren't being persisted as far as I can tell. I see in your code you are using htable.batch(). I'm struggling to find a way to that object, I can get a PTable