Details
Description
It would be nice for user_permission to show all the permissions for all the tables or a subset of tables if a glob (regex) is provided.
hbase> user_permission '*'
User Table,Family,Qualifier:Permission
esteban x,,: [Permission: actions=READ,WRITE,EXEC,CREATE,ADMIN]
hbase1 y,,: [Permission: actions=READ,WRITE]
hbase2 z,,: [Permission: actions=READ,WRITE]