一. 简要介绍
1.Storage Based Authorization in the Metastore Server
2.SQL Standards Based Authorization in HiveServer2
3.Default Hive Authorization (Legacy Mode)
二.版本
通过hive.security.authorization.manager来进行确定是V1 和 V2
如果是org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdConfOnlyAuthorizerFactory 是基于V2 版本,
例如后面通过RANGER 和自定义自己的Factory 是在基于v2 版本
网友评论