【发布时间】:2015-02-23 22:02:02
【问题描述】:
我以 testuser 身份登录并进入 hive shell。 在对 hive 执行 select * 查询时出现以下错误:
> select * from itable1;
> OK
> Failed with exception java.io.IOException:org.apache.hadoop.security.AccessControlException:
> Permission denied: user=testuser, access=EXECUTE,
> inode="/user/hive/warehouse":hive:hive:drwxrwx--T
谁能帮我解决这个错误?
【问题讨论】:
-
请格式化异常文本,因为它很难阅读。除此之外,我猜“testuser”根本没有适当的权限——我担心你的问题太模糊,不会得到很多答案。