分享

kylin 这个报错问题怎么解决啊 求教

2027 2018-6-14 11:57:31 发表于 疑问解答 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 10 13034
FAILED: SemanticException Line 1:17 Invalid path ''${hdfs_tmp_dir}/sample_cube/data/DEFAULT.KYLIN_SALES.csv'': No files matching path hdfs://cluster/user/hive/$%7Bhdfs_tmp_dir%7D/sample_cube/data/DEFAULT.KYLIN_SALES.csv

已有(10)人评论

跳转到指定楼层
hello2018 发表于 2018-6-14 12:47:38
是不是路径错误了,下面没有被正确替换
$%7Bhdfs_tmp_dir%

回复

使用道具 举报

2027 发表于 2018-6-14 12:57:48
这个在哪里去替换呢  求教
回复

使用道具 举报

desehawk 发表于 2018-6-14 15:31:44
2027 发表于 2018-6-14 12:57
这个在哪里去替换呢  求教

在做什么事情。描述详细些,解决的可能性也才比较大。
回复

使用道具 举报

2027 发表于 2018-6-14 15:41:11
BUILD CUBE - kylin_sales_cube - 20120101000000_20180614145500 - GMT+08:00 2018-06-14 14:56:02kylin_sales_cube
ERROR




2018-06-14 15:36:49 GMT+80.98 minsAction
在kylin web上执行测试用例  一直报这个错误FAILED: HiveAuthzPluginException Unsupported privilege type ALL


请教这是什么问题 求教
回复

使用道具 举报

arsenduan 发表于 2018-6-14 16:32:40
2027 发表于 2018-6-14 15:41
在kylin web上执行测试用例  一直报这个错误FAILED: HiveAuthzPluginException Unsupported privilege type ...

是做hive查询吗?下面例子可参考

Error: Error while compiling statement: FAILED: HiveAuthzPluginException Unsupported privilege type all (state=42000,code=40000)
解决方案:之前的all不能用了,要改成select ,insert,update,delete这四个了
http://outofmemory.cn/code-snipp ... rity-authentication   关于hive权限控制的详细说明
开启Hive的身份认证功能,默认是false
<property>  
  <name>hive.security.authorization.enabled</name>   
  <value>true</value>  
  <description>Enable or disable the hive client authorization</description>  
</property>  
另外还有一个是表格创建者用于的权限配置项:
<property>  
  <name>hive.security.authorization.createtable.owner.grants</name>  
  <value>ALL</value>  
  <description>The privileges automatically granted to the owner whenever  
  a table gets created.An example like "select,drop" will grant select  
  and drop privilege to the owner of the table</description>  
</property>  


来自:hive疑难杂症及解决方案
http://www.aboutyun.com/forum.php?mod=viewthread&tid=20955

回复

使用道具 举报

2027 发表于 2018-6-14 16:47:43
这个帖子不行啊 我看了
回复

使用道具 举报

arsenduan 发表于 2018-6-14 16:52:51
2027 发表于 2018-6-14 16:47
这个帖子不行啊 我看了

HiveAuthzPluginException Unsupported privilege type ALL
说下你怎么操作的吧。
回复

使用道具 举报

2027 发表于 2018-6-15 10:31:48
我那个ALL 改成select ,insert,update,delete这个了  重启了hiveserver2
回复

使用道具 举报

NEOGX 发表于 2018-6-15 16:10:53
2027 发表于 2018-6-15 10:31
我那个ALL 改成select ,insert,update,delete这个了  重启了hiveserver2

描述详细些,才能解决的可能。最好有图有文字。
回复

使用道具 举报

12下一页
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条