You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/22 06:39:57 UTC

[ambari] branch trunk updated: AMBARI-25781: Fix the Zookeeper AdminServer start faild. (#3552)

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

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3807eed237 AMBARI-25781: Fix the Zookeeper AdminServer start faild. (#3552)
3807eed237 is described below

commit 3807eed237a889dfcb4cc65fe4148a973204c4d8
Author: 范~ <76...@users.noreply.github.com>
AuthorDate: Tue Nov 22 14:39:50 2022 +0800

    AMBARI-25781: Fix the Zookeeper AdminServer start faild. (#3552)
    
    Co-authored-by: Yuping Fan <co...@gmail.com>
---
 .../3.2.0/services/ZOOKEEPER/configuration/zoo.cfg.xml    | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/configuration/zoo.cfg.xml b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/configuration/zoo.cfg.xml
index ba41b54b7f..d32cf398e4 100644
--- a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/configuration/zoo.cfg.xml
+++ b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/configuration/zoo.cfg.xml
@@ -99,4 +99,19 @@
       The rest of four letter word commands are disabled by default.</description>
     <on-ambari-upgrade add="true"/>
   </property>
+  <property>
+    <name>admin.enableServer</name>
+    <value>true</value>
+    <description>Set to "false" to disable the AdminServer. By default the AdminServer is enabled.</description>
+    <value-attributes>
+      <type>boolean</type>
+    </value-attributes>
+    <on-ambari-upgrade add="true"/>
+  </property>
+  <property>
+    <name>admin.serverPort</name>
+    <value>9393</value>
+    <description>The port the embedded Jetty server listens on. Defaults to 8080.</description>
+    <on-ambari-upgrade add="true"/>
+  </property>
 </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org