hive 常见错误
Posted GE12
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive 常见错误相关的知识,希望对你有一定的参考价值。
错误1
java.sql.SQLException: org.apache.thrift.transport.TTransportException: SASL authentication not complete
查询完要关闭Statement 连接, stmt.close();
错误2
Permission denied: user=anonymous, access=EXECUTE, inode=”/tmp”
由于Hive
没有hdfs:/tmp
目录的权限,赋权限即可:
以上是关于hive 常见错误的主要内容,如果未能解决你的问题,请参考以下文章