Browse Source

hive.optimize.sort.dynamic.partition.threshold=0

rbalamohan 5 years ago
parent
commit
1b8b907637
1 changed files with 2 additions and 0 deletions
  1. 2 0
      settings/load-flat.sql

+ 2 - 0
settings/load-flat.sql

@@ -13,3 +13,5 @@ set hive.exec.max.created.files=1000000;
 set hive.stats.autogather=true;
 -- set hive.support.concurrency=false;
 -- set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager;
+
+set hive.optimize.sort.dynamic.partition.threshold=0;