You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/07/09 01:15:17 UTC

[2/2] kylin git commit: KYLIN-1861 change default “hive.auto.convert.join.noconditionaltask.size” to 100Mb

KYLIN-1861 change default \u201chive.auto.convert.join.noconditionaltask.size\u201d to 100Mb

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b999eac8
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b999eac8
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b999eac8

Branch: refs/heads/v1.5.3-release
Commit: b999eac8fa77ebf7e6bd3b65d71654aaab24544e
Parents: 687d593
Author: shaofengshi <sh...@apache.org>
Authored: Sat Jul 9 09:14:55 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Sat Jul 9 09:14:55 2016 +0800

----------------------------------------------------------------------
 build/conf/kylin_hive_conf.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b999eac8/build/conf/kylin_hive_conf.xml
----------------------------------------------------------------------
diff --git a/build/conf/kylin_hive_conf.xml b/build/conf/kylin_hive_conf.xml
index b95c077..3d6109b 100644
--- a/build/conf/kylin_hive_conf.xml
+++ b/build/conf/kylin_hive_conf.xml
@@ -35,7 +35,7 @@
 
     <property>
         <name>hive.auto.convert.join.noconditionaltask.size</name>
-        <value>300000000</value>
+        <value>100000000</value>
         <description>enable map-side join</description>
     </property>