Hive错误:Permission denied: user=anonymous, access=EXECUTE, inode=”/tmp”时间:2021-04-17 05:56:20由于Hive没有hdfs:/tmp目录的权限,赋权限即可: hdfs dfs -chmod -R 777 /tmp