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/11 02:52:05 UTC

[2/5] 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/41c37265
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/41c37265
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/41c37265

Branch: refs/heads/master
Commit: 41c372659e916cef0125246a58b8d18b7d51de37
Parents: 47feb29
Author: shaofengshi <sh...@apache.org>
Authored: Sat Jul 9 09:14:55 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Jul 11 10:51:06 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/41c37265/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>