How to handling row level permissions in hbase -
obviously hbase has no implicit way of doing this. next thought using acls @ cell level. unfortunately i've seen setting acls specific user or map of users/permissions. there way allow users specific group have permissions?
group names prefixed using @ in grant command.
grant '@mygroup', 'rw'
this , this talks in more detail.
in documentation given how manage group roles not info implementation, below 8.2.2 - point 3
hbase managed "roles" collections of permissions: not model "roles" internally in hbase begin with. instead allow group names granted permissions, allows external modeling of roles via group membership. groups created , manipulated externally hbase, via hadoop group mapping service.
Comments
Post a Comment