It was actually a configuration problem in the client. I had accidentally deleted part of the configuration and didn't realize it.
Sorry about the confusion. On Sun, May 6, 2018 at 2:08 PM Ted Yu <[email protected]> wrote: > For the open source download, can you tell us which release you downloaded > ? > > Did you install it on the docker image ? > > Please share hbase-site.xml (thru pastebin) if possible. > > Thanks > > On Sun, May 6, 2018 at 8:04 AM, Mike Thomsen <[email protected]> > wrote: > > > 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 > > > > > > > > > >
