0
点赞
收藏
分享

微信扫一扫

设置hive 参数

芒果六斤半 2022-02-28 阅读 61

set hive.execution.engine=mr;
set mapreduce.map.memory.mb=4096;
set mapreduce.reduce.memory.mb=8192;
set hive.support.concurrency=false;
set hive.exec.dynamic.partition=true;
set hive.exec.dynamic.partition.mode=nonstrict;
set hive.exec.max.dynamic.partitions.pernode=20000;
set hive.exec.max.dynamic.partitions=20000;

举报

相关推荐

0 条评论