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

Reply via email to