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

jialiang 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 eb9261f19e AMBARI-26310: Refactor zoo.cfg.j2 to Align with Python3 
Migration (#3944)
eb9261f19e is described below

commit eb9261f19e341fe0d8154f2f4c8f8475d60a2bca
Author: Basapuram Kumar <[email protected]>
AuthorDate: Thu Mar 20 06:33:19 2025 +0530

    AMBARI-26310: Refactor zoo.cfg.j2 to Align with Python3 Migration (#3944)
---
 .../stacks/BIGTOP/3.2.0/services/ZOOKEEPER/package/templates/zoo.cfg.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/package/templates/zoo.cfg.j2
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/package/templates/zoo.cfg.j2
index 1fbc0cc65d..5091428e7e 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/package/templates/zoo.cfg.j2
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZOOKEEPER/package/templates/zoo.cfg.j2
@@ -38,7 +38,7 @@
 #
 #
 
-{% for key, value in zoo_cfg_properties_map.iteritems() -%}
+{% for key, value in zoo_cfg_properties_map.items() -%}
   {{key}}={{value}}
 {% endfor %}
 {% for host in zookeeper_hosts -%}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to