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

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new f0f5077  [minor] disable JobManager by default
f0f5077 is described below

commit f0f50771fd6686bcd9ad8924ce35eef498ed2473
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Fri Mar 20 14:47:14 2020 +0800

    [minor] disable JobManager by default
---
 conf/zeppelin-site.xml.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template
index 79e2f88..8ef4edc 100755
--- a/conf/zeppelin-site.xml.template
+++ b/conf/zeppelin-site.xml.template
@@ -713,7 +713,7 @@
 
 <property>
   <name>zeppelin.jobmanager.enable</name>
-  <value>true</value>
+  <value>false</value>
   <description>The Job tab in zeppelin page seems not so useful instead it 
cost lots of memory and affect the performance.
   Disable it can save lots of memory</description>
 </property>

Reply via email to