HIVE参数调优(汇总)

//设置自动mapjoin 为false set hive.auto.convert.join=false; set hive.ignore.mapjoin.hint=falsehtml //关闭严格模式 set hive.exec.dynamic.partition.mode=nonstrict; set hive.mapred.mode=nonstrict;java //设置压缩格式-gzip
相关文章
相关标签/搜索