kylin 这个报错问题怎么解决啊 求教
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是不是路径错误了,下面没有被正确替换
$%7Bhdfs_tmp_dir%
这个在哪里去替换呢求教
2027 发表于 2018-6-14 12:57
这个在哪里去替换呢求教
在做什么事情。描述详细些,解决的可能性也才比较大。
BUILD CUBE - kylin_sales_cube - 20120101000000_20180614145500 - GMT+08:00 2018-06-14 14:56:02kylin_sales_cubeERROR
2018-06-14 15:36:49 GMT+80.98 minsAction
在kylin web上执行测试用例一直报这个错误FAILED: HiveAuthzPluginException Unsupported privilege type ALL
请教这是什么问题 求教
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
这个帖子不行啊 我看了
HiveAuthzPluginException Unsupported privilege type ALL
说下你怎么操作的吧。
我那个ALL 改成select ,insert,update,delete这个了重启了hiveserver2 2027 发表于 2018-6-15 10:31
我那个ALL 改成select ,insert,update,delete这个了重启了hiveserver2
描述详细些,才能解决的可能。最好有图有文字。
页:
[1]
2