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
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
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。