Created on 02-25-2016 08:34 AM - edited 09-16-2022 03:05 AM
Hi,
We are running with acl error in HBase. One of our user named "x" is part of the group called "A". And "A" is part of another group "B".
Now Group "B" have access to a table "p" in Hbase.
When user "x" is trying to access table "p", he is getting error as access denied.
I want to know whether hbase acls supports subgroup members or only direct group members only will have access?
Thanks
Srini
Created 02-25-2016 03:23 PM
Created 02-25-2016 03:23 PM
Created 03-03-2016 08:15 AM
Hi,
This was our mistake, we missed to add the @ before the group name while giving access to the tables.
Thanks
Srini
Created 03-03-2016 09:01 AM