问题:
Caused by: org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAccessControlException: Permission denied: Principal [name=hive, type=USER] does not have following privileges for operation QUERY [[SELECT] on Object [type=TABLE_OR_VIEW, name=sy_datacenter.dim_provinces_cities_towns]]

HiveAccessControlException Permission denied: Principal [name=hive, type=USE]does not have following
分析:hive权限出现问题
解决:
HiveAccessControlException Permission denied: Principal [name=hive, type=USE]does not have following
未开启模拟用户模式,开启后,重启客户端配置即可。
HiveAccessControlException Permission denied: Principal [name=hive, type=USE]does not have following
HiveAccessControlException Permission denied: Principal [name=hive, type=USE]does not have following
HiveAccessControlException Permission denied: Principal [name=hive, type=USE]does not have following
问题解决。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-07-25
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2021-05-27
  • 2021-10-15
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案