You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/03/20 06:51:14 UTC

[zeppelin] branch master updated: [minor] disable JobManager by default

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c64fc0  [minor] disable JobManager by default
2c64fc0 is described below

commit 2c64fc0faa9d6783ff7243f903ef1abc19c80335
Author: Jeff Zhang <zj...@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>