Repository: incubator-kylin Updated Branches: refs/heads/1.x-staging 6b6be7397 -> 9e8a7178b
KYLIN-1139 disable hive concurrency 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/9e8a7178 Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/9e8a7178 Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/9e8a7178 Branch: refs/heads/1.x-staging Commit: 9e8a7178babbaf5d548cdd51088c04a6e887dbba Parents: 6b6be73 Author: shaofengshi <shaofeng...@apache.org> Authored: Thu Nov 12 16:40:25 2015 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Thu Nov 12 16:40:25 2015 +0800 ---------------------------------------------------------------------- conf/kylin_job_conf.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/9e8a7178/conf/kylin_job_conf.xml ---------------------------------------------------------------------- diff --git a/conf/kylin_job_conf.xml b/conf/kylin_job_conf.xml index 1b718a0..ad3427c 100644 --- a/conf/kylin_job_conf.xml +++ b/conf/kylin_job_conf.xml @@ -67,4 +67,10 @@ limitations under the License. See accompanying LICENSE file. <value>2</value> <description>Block replication</description> </property> + + <property> + <name>hive.support.concurrency</name> + <value>false</value> + <description>Hive concurrency lock</description> + </property> </configuration> \ No newline at end of file