Spark查询Hive表报failed to save roles to cache file

Spark查询Hive表报failed to save roles to cache file,第1张

Spark查询Hive表报failed to save roles to cache file

问题描述:

使用Spark Sql以yarn client模式读取hive表时报错:

failed to save roles to cache file '/opt/bigdata/xxx/xxx/xxx/sparkSql_Hive_roles.json'

org.apache.ranger.plugin.util.RangerRolesProvider.saveToCache(RangerRolesProvider.java:312)

java.io.FileNotFoundException:/opt/bigdata/xxx/xxx/xxx/sparkSql_Hive_roles.json (No such file or directory)

.....

failed to save policies to cache file '/opt/bigdata/xxx/xxx/xxx/sparkSql_Hive.json'

Caused by: java.io.IOException: Unable to create range policy cache directory at /opt/bigdata/xxx/xxx/xxx/sparkSql_Hive_roles.json

解决方法:

driver运行的机器上并不存在报错的目录路径,手动创建并赋权限解决。

但是如果使用yarn cluster模式运行就要保证所有的NodeManager节点上都存在相应的目录路径,最好设置ranger.plugin.hive.policy.cache.dir值为一个相对路径比如:

        ranger.plugin.hive.policy.cache.dir

        policycache

这个配置项可能出现在ranger-hive-security.xml或者ranger-spark-security.xml文件里

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5636292.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存