|
@@ -1,8 +1,8 @@
|
|
|
set hive.enforce.bucketing=true;
|
|
set hive.enforce.bucketing=true;
|
|
|
set hive.enforce.sorting=true;
|
|
set hive.enforce.sorting=true;
|
|
|
set hive.exec.dynamic.partition.mode=nonstrict;
|
|
set hive.exec.dynamic.partition.mode=nonstrict;
|
|
|
-set hive.exec.max.dynamic.partitions.pernode=10000;
|
|
|
|
|
-set hive.exec.max.dynamic.partitions=10000;
|
|
|
|
|
|
|
+set hive.exec.max.dynamic.partitions.pernode=100000;
|
|
|
|
|
+set hive.exec.max.dynamic.partitions=100000;
|
|
|
set hive.exec.max.created.files=1000000;
|
|
set hive.exec.max.created.files=1000000;
|
|
|
set hive.exec.parallel=true;
|
|
set hive.exec.parallel=true;
|
|
|
set hive.exec.reducers.max=2000;
|
|
set hive.exec.reducers.max=2000;
|