Closed Andywli closed 2 years ago
:blush: Welcome to the Apache Linkis (incubating) community!! We are glad that you are contributing by opening this issue.
Please make sure to include all the relevant context. We will be here shortly.
If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.
WeChat Group:
Mailing Lists: | name | description | Subscribe | Unsubscribe | archive |
---|---|---|---|---|---|
dev@linkis.apache.org | community activity information | subscribe | unsubscribe | archive |
这是因为右侧的数据库我们是限制了权限的,而这个依赖hive开启授权访问:
hive.security.authorization.enabled=true;
具体可以参考:https://blog.csdn.net/yancychas/article/details/84202400 开启如果配置了该参数还没有的话,那就需要给这个用户授予相应的库表权限,执行grant语句,可以参考相同的链接授权部分。
# 授权参考以hadoop为例:
# 进入hive client 查看hadoop用户数据库授权情况:
show grant user hadoop on database default;
# 给用户数据库授权情况:
rt
如果不想开启权限控制,即每个用户都可以看到库表, 可以在linkis-ps-publicservice.properties种关闭与登陆用户的强关联配置linkis.metadata.hive.permission.with-login-user-enabled=false,重启linkis-ps-publicservice 后再试试
Before asking
Your environment
Describe your questions
The database on the right side of Scriptis cannot be refreshed, and it is being refreshed all the time (it should be noted that the metadata of linkis does not support docking with sentry and Ranger and only supports native permission control of hive), error message: The front-end database tab is always in the refreshed state
Scriptis的右侧刷不出来数据库,一直在刷新中(需要注意的是linkis的metadata暂时不支持对接sentry和Ranger只支持hive原生的权限控制),错误信息: 前端数据库tab一直处于刷新状态
Eureka service list
eg:
Some logs info or acctch file
linkis-xxx.log:
log file:
linkis-xxx.log