You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/01/07 17:01:41 UTC

[hive] 02/02: HIVE-22635: Disable scheduled query executor for unittests (Zoltan Haindrich reviewed by Peter Vary)

This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 57fe5d66594d385268463208741e3cfdd5105d1b
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Tue Jan 7 16:09:03 2020 +0000

    HIVE-22635: Disable scheduled query executor for unittests (Zoltan Haindrich reviewed by Peter Vary)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
---
 data/conf/hive-site.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/conf/hive-site.xml b/data/conf/hive-site.xml
index 1c49da5..63f46de 100644
--- a/data/conf/hive-site.xml
+++ b/data/conf/hive-site.xml
@@ -359,4 +359,8 @@
   <value>query</value>
 </property>
 
+<property>
+  <name>hive.scheduled.queries.executor.enabled</name>
+  <value>false</value>
+</property>
 </configuration>