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 <k...@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 <k...@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>

Reply via email to