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 2015/11/12 09:36:43 UTC

incubator-kylin git commit: KYLIN-1139 disable hive concurrent lock

Repository: incubator-kylin
Updated Branches:
  refs/heads/2.x-staging 7cd1b2df8 -> 05c9376dc


KYLIN-1139 disable hive concurrent lock

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

Branch: refs/heads/2.x-staging
Commit: 05c9376dc3f315f7169fd541c2eef6b543977d75
Parents: 7cd1b2d
Author: shaofengshi <sh...@apache.org>
Authored: Thu Nov 12 16:36:22 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 12 16:36:22 2015 +0800

----------------------------------------------------------------------
 build/conf/kylin_hive_conf.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/05c9376d/build/conf/kylin_hive_conf.xml
----------------------------------------------------------------------
diff --git a/build/conf/kylin_hive_conf.xml b/build/conf/kylin_hive_conf.xml
index 94ddb23..b77b664 100644
--- a/build/conf/kylin_hive_conf.xml
+++ b/build/conf/kylin_hive_conf.xml
@@ -61,4 +61,10 @@
         <value>256000000</value>
         <description>Size for the merged file</description>
     </property>
+
+    <property>
+        <name>hive.support.concurrency</name>
+        <value>false</value>
+        <description>Hive concurrency lock</description>
+    </property>
 </configuration>
\ No newline at end of file