通过elasticsearch在hive上创建外部表会出现权限问题
错误:编译语句时出错:失败:HiveAccessControlException 权限被拒绝:用户 [ab_user] 对 [esstoragehandler://upsert/
我得到了上面的内容当我尝试从 hive 外部表创建 elasticsearch 索引时出错。您能帮助我从哪一方面解决这个问题以及如何解决吗?
Error: Error while compiling statement: FAILED: HiveAccessControlException Permission denied: user [ab_user] does not have [RWSTORAGE] privilege on [esstoragehandler://upsert/<ES server ip>/<index key>/<index name>/<ES Port>/false/] (state=42000,code=40000)
I get the above error while I try creating elasticsearch index from hive external table. Can you help me from which side this problem needs to be solved and how.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是由于 Apache 版本升级,在将数据从 hive 移动到 elasticsearch 时需要从 hive 再次访问。请关注 Hive 团队提供访问权限。
Issue was due to upgrade of Apache version, which required another access from hive while moving data from hive to elasticsearch. Ask concern hive team to provide the access.