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
2023-12-10 21:20:33
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
下一篇:CSS两列布局的多种方式