是否可以在hive数据库上授予所有表。
HBase支持在全局范围,命名空间范围内授予权限,并且可以使用列限定符。
我在配置单元中配置了基于SQL标准的授权。
是否可以直接授予数据库权限而不是特定的表或视图?
grant select on database database_name to user user_name
是否有选项可以在基于hive native sql标准的授权中实现上述命令。
提前致谢。
答案 0 :(得分:0)
With basic auth this is not possible. You need to use/enable sentry(cloudera) or ranger(hortonworks) for this fine permissions.