This is an automated email from the ASF dual-hosted git repository. pdallig 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 e8422bccf3 [MINOR] Update the description indicating the user should not use Zeppelin dev port(default 9000) (#4906) e8422bccf3 is described below commit e8422bccf3c73f855a911025e4c5ee214322e1d8 Author: Paul Zhang <xzhang...@126.com> AuthorDate: Wed Apr 9 16:24:42 2025 +0800 [MINOR] Update the description indicating the user should not use Zeppelin dev port(default 9000) (#4906) --- 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 24218ce67a..d5e54b91f1 100755 --- a/conf/zeppelin-site.xml.template +++ b/conf/zeppelin-site.xml.template @@ -28,7 +28,7 @@ <property> <name>zeppelin.server.port</name> <value>8080</value> - <description>Server port.</description> + <description>Server port. Please make sure you're not using the same port with Zeppelin web application development port(default: 9000).</description> </property> <property>