工做中遇到hive大表和小表join時,遇到莫名奇妙的錯誤。code
一、運用了本地模式,設置hive參數 禁止用本地模式co
set hive.exec.mode.local.auto=false;
二、設置 hive.auto.convert.join = false;join