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/09/27 09:51:46 UTC

[zeppelin] branch branch-0.9 updated: [minor] Move zeppelin.cluster.addr in zeppelin-site.xml.template

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 d5835df  [minor] Move zeppelin.cluster.addr in zeppelin-site.xml.template
d5835df is described below

commit d5835dfa3b0cf1c69a0f04ff1d6458c91f011fc9
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Sun Sep 27 17:51:15 2020 +0800

    [minor] Move zeppelin.cluster.addr in zeppelin-site.xml.template
---
 conf/zeppelin-site.xml.template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template
index b6b162c..f435742 100755
--- a/conf/zeppelin-site.xml.template
+++ b/conf/zeppelin-site.xml.template
@@ -20,12 +20,6 @@
 <configuration>
 
 <property>
-  <name>zeppelin.cluster.addr</name>
-  <value></value>
-  <description>Server cluster address, eg. 127.0.0.1:6000,127.0.0.2:6000,127.0.0.3:6000</description>
-</property>
-
-<property>
   <name>zeppelin.server.addr</name>
   <value>127.0.0.1</value>
   <description>Server binding address</description>
@@ -38,6 +32,12 @@
 </property>
 
 <property>
+  <name>zeppelin.cluster.addr</name>
+  <value></value>
+  <description>Server cluster address, eg. 127.0.0.1:6000,127.0.0.2:6000,127.0.0.3:6000</description>
+</property>
+
+<property>
   <name>zeppelin.server.ssl.port</name>
   <value>8443</value>
   <description>Server ssl port. (used when ssl property is set to true)</description>