首页 > 其他分享 >HIVE- set

HIVE- set

时间:2022-11-03 18:14:45浏览次数:39  
标签:set exec hive tez SET HIVE true

SET hive.execution.engine = tez;
SET hive.tez.auto.reducer.parallelism = true;
SET hive.auto.convert.join = true;
set hive.exec.compress.output = true;
set hive.intermediate.compression.codec = org.apache.hadoop.io.comporess.SnappyCodec;
set hive.exec.max.created.files = 3000000;
set hive.tez.container.size = 8192;

 

--分区设置
set hive.exec.dynamic.partition=true;
set hive.exec.dynamic.partition.mode=nonstrict;

标签:set,exec,hive,tez,SET,HIVE,true
From: https://www.cnblogs.com/sunzhiran/p/16855369.html

相关文章