hive.metastore.authorization.storage.checks true 被设置成true时,Hive将会阻止没有权限的用户进行表删除操作。默认值是false hive.security.authorization.enabled true 开启Hive的身份认证功能,默认是false hive.security.authorization.createtable.owner.grants ALL 默认是NULL,建议将其设置成ALL,让用户能够访问自己创建的表。 hive.server2.authentication CUSTOM 自定义远程连接用户名和密码 hive.server2.custom.authentication.class com.primeton.dgs.extractor.adapter.hive.CustomPasswdAuthenticator 指定解析jar包 hive.jdbc_passwd.auth.dataware dataware 设置用户名和密码 hive.jdbc_passwd.auth.hiveread hiveread