标签:operator 自动识别 -o 使用 hive class sorted logs opera
https://www.cnblogs.com/raymoc/p/5323824.html
大表对小表应该使用MapJoin ,set hive.auto.convert.join=true;让hive自动识别,把join变成合适的Map Join
大表对大表
set hive.auto.convert.sortmerge.join=true set hive.optimize.bucketmapjoin=true; set hive.optimize.bucketmapjoin.sortedmerge=true;
标签:operator 自动识别 -o 使用 hive class sorted logs opera
原文地址:https://www.cnblogs.com/gouhaiping/p/12353220.html