首页 > 其他分享 >hive 建表报错Execution failed with exit status: 137 Obtaining error information Task failed! Task ID:

hive 建表报错Execution failed with exit status: 137 Obtaining error information Task failed! Task ID:

时间:2022-10-04 18:45:30浏览次数:89  
标签:Task join hive failed 137 表报

 

 如图所示,大小表关联,默认map join,申请本地内存巨大,导致报错退出

关闭map join 即可

set hive.auto.convert.join=false;

 

标签:Task,join,hive,failed,137,表报
From: https://www.cnblogs.com/rongzhang/p/16754196.html

相关文章