Details
Description
The table owner concept was a design simplification in the initial drop.
First, the design changes under review means only a user with GLOBAL CREATE permission can create a table, which will probably be an administrator.
Then, granting implicit permissions may lead to oversights and it adds unnecessary conditionals to our code. So instead the administrator with GLOBAL CREATE permission should make the appropriate grants at table create time.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-25173 Remove owner related methods in TableDescriptor/TableDescriptorBuilder
- Resolved