KYLIN-1861 change default âhive.auto.convert.join.noconditionaltask.sizeâ 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 <[email protected]> Authored: Sat Jul 9 09:14:55 2016 +0800 Committer: shaofengshi <[email protected]> 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>
