工做中遇到hive大表和小表join时,遇到莫名奇妙的错误。code
一、运用了本地模式,设置hive参数 禁止用本地模式co
set hive.exec.mode.local.auto=false;
二、设置 hive.auto.convert.join = false;join