hive使用tez引擎报错

错误内容:

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask

解bug思路,将引擎改为mr

set hive.execution.engine=mr;

如果使用mr引擎报这个错,可参考资料

https://blog.csdn.net/WJWFighting/article/details/81670707