Cloudera:SemanticException无有效权限此查询所需的权限

时间:2015-12-21 14:28:04

标签: hive cloudera

在使用Hive创建表(使用用户admin)时出现此错误:

Your query has the following error(s):

Error while compiling statement: FAILED: SemanticException No valid privileges Required privileges for this query: Server=server1->Db=*->Table=+->action=insert;Server=server1->Db=*->Table=+->action=select;

我不明白为什么管理员没有足够的权限,我该怎么做才能解决问题?

由于

1 个答案:

答案 0 :(得分:-1)

登录终端并运行此命令sudo -u hdfs hadoop fs -chmod 777 -R /user/hive/warehouse并尝试创建数据库/表。

hue中的用户admin无需拥有hdfs location / user / hive / warehouse下的所有Hive表所指向的权限。