首页 > 其他分享> > hive报错 Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.tez.TezTask
hive报错 Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.tez.TezTask
作者:互联网
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
标签:TezTask,code,hive,tez,引擎,报错,mr 来源: https://www.cnblogs.com/chilucoding/p/15623645.html