Ted, As I mentioned, I tried this with HDP and a copy downloaded from hbase.apache.org which is why I'm scratching my head on this...
Thanks, Mike On Sun, May 6, 2018 at 10:58 AM Ted Yu <[email protected]> wrote: > Please use vendor forum for vendor specific question(s). > > To my knowledge, this feature works in Apache hbase releases. > > Cheers > > On Sun, May 6, 2018 at 7:55 AM, Mike Thomsen <[email protected]> > wrote: > > > I've tried this in the HDP docker sandbox and outside that with a basic > > installation of HBase. > > > > su - hbase > > hbase shell > > set_auths 'test_user', ['OPEN', 'BILLING', 'PII'] > > get_auths 'test_user' > > OPEN > > BILLING > > PII > > > > So far so good. > > > > su - test_user > > hbase shell > > get_auths 'test_user' > > 0 returned > > > > If su back to hbase and check, that user reports OPEN, BILLING and PII > are > > set for test_user. > > > > Weird thing is I had it working under a previous iteration of running the > > HDP sandbox, but it won't work in either environment now. > > > > Any ideas? > > > > Thanks, > > > > Mike > > >
