[bug] Hive:Permission denied: user=anonymous, access=EXECUTE, inode=”/tmp”

由于Hive没有hdfs:/tmp目录的权限,赋权限即可:

hdfs dfs -chmod -R 777 /tmp

原文地址:https://www.cnblogs.com/cxc1357/p/10126924.html