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 2019/02/11 08:26:49 UTC

[zeppelin] branch master updated: [hotfix] Format issue for zeppelin-site.xml.template

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 eb5b57e  [hotfix] Format issue for zeppelin-site.xml.template
eb5b57e is described below

commit eb5b57ec9791a35b0341da02e94750d2591b9019
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Mon Feb 11 16:26:16 2019 +0800

    [hotfix] Format issue for zeppelin-site.xml.template
---
 conf/zeppelin-site.xml.template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template
index 4ce336b..9ac3dd5 100755
--- a/conf/zeppelin-site.xml.template
+++ b/conf/zeppelin-site.xml.template
@@ -611,28 +611,30 @@
   <name>zeppelin.run.mode</name>
   <value>auto</value>
   <description>'auto|local|k8s'</description>
-</configuration>
+</property>
 
 <property>
   <name>zeppelin.k8s.portforward</name>
   <value>false</value>
   <description>Port forward to interpreter rpc port. Set 'true' only on local development when zeppelin.k8s.mode 'on'</description>
-</configuration>
+</property>
 
 <property>
   <name>zeppelin.k8s.container.image</name>
   <value>apache/zeppelin:0.9.0-SNAPSHOT</value>
   <description>Docker image for interpreters</description>
-</configuration>
+</property>
 
 <property>
   <name>zeppelin.k8s.spark.container.image</name>
   <value>apache/spark:latest</value>
   <description>Docker image for Spark executors</description>
-</configuration>
+</property>
 
 <property>
   <name>zeppelin.k8s.template.dir</name>
   <value>k8s</value>
   <description>Kubernetes yaml spec files</description>
-</configuration>
\ No newline at end of file
+</property>
+
+</configuration>