KYLIN-2404 Add "hive.merge.mapfiles" and "hive.merge.mapredfiles" to kylin_hive_conf.xml
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/131a3f3f Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/131a3f3f Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/131a3f3f Branch: refs/heads/master-hbase1.x Commit: 131a3f3f0ca3fbcc8000188b9973c27406bd9a90 Parents: 6e30376 Author: shaofengshi <shaofeng...@apache.org> Authored: Wed Jan 18 09:33:19 2017 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Wed Jan 18 16:28:05 2017 +0800 ---------------------------------------------------------------------- build/conf/kylin_hive_conf.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/131a3f3f/build/conf/kylin_hive_conf.xml ---------------------------------------------------------------------- diff --git a/build/conf/kylin_hive_conf.xml b/build/conf/kylin_hive_conf.xml index 2fc6dab..f01d08e 100644 --- a/build/conf/kylin_hive_conf.xml +++ b/build/conf/kylin_hive_conf.xml @@ -88,4 +88,15 @@ <description>Collect statistics for newly created intermediate table</description> </property> + <property> + <name>hive.merge.mapfiles</name> + <value>false</value> + <description>Disable Hive's auto merge</description> + </property> + + <property> + <name>hive.merge.mapredfiles</name> + <value>false</value> + <description>Disable Hive's auto merge</description> + </property> </configuration>