You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2023/02/01 16:01:06 UTC

[ambari] branch AMBARI-25843-branch-2.7.7 created (now 803d613aac)

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

vishalsuvagia pushed a change to branch AMBARI-25843-branch-2.7.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


      at 803d613aac AMBARI-25843 : Update Zookeeper version in Ambari

This branch includes the following new commits:

     new 803d613aac AMBARI-25843 : Update Zookeeper version in Ambari

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[ambari] 01/01: AMBARI-25843 : Update Zookeeper version in Ambari

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vishalsuvagia pushed a commit to branch AMBARI-25843-branch-2.7.7
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 803d613aac11408419442989edd5797cf990a954
Author: Vishal Suvagia <vi...@apache.org>
AuthorDate: Wed Feb 1 21:28:45 2023 +0530

    AMBARI-25843 : Update Zookeeper version in Ambari
    
    Issue:
    Zookeeper version needs to be updated
    
    Changes:
    Updated zookeeper version for required modules.
---
 ambari-infra/pom.xml                                  | 2 +-
 ambari-logsearch/pom.xml                              | 2 +-
 ambari-metrics/ambari-metrics-timelineservice/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ambari-infra/pom.xml b/ambari-infra/pom.xml
index 3ab9080e54..4127baceca 100644
--- a/ambari-infra/pom.xml
+++ b/ambari-infra/pom.xml
@@ -33,7 +33,7 @@
     <deb.dependency.list>${deb.python.ver}</deb.dependency.list>
     <hadoop.version>3.0.0</hadoop.version>
     <surefire.argLine>-Xmx1024m -Xms512m</surefire.argLine>
-    <zookeeper.version>3.4.6.2.3.0.0-2557</zookeeper.version>
+    <zookeeper.version>3.5.10</zookeeper.version>
     <skipSurefireTests>false</skipSurefireTests>
     <log4j2.version>2.11.0</log4j2.version>
   </properties>
diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml
index 01d8445078..c9a1b6d8cc 100644
--- a/ambari-logsearch/pom.xml
+++ b/ambari-logsearch/pom.xml
@@ -47,7 +47,7 @@
     <solr.version>7.7.3</solr.version>
     <hadoop.version>3.0.0</hadoop.version>
     <common.io.version>2.5</common.io.version>
-    <zookeeper.version>3.4.6.2.3.0.0-2557</zookeeper.version>
+    <zookeeper.version>3.5.10</zookeeper.version>
     <forkCount>4</forkCount>
     <reuseForks>false</reuseForks>
     <surefire.argLine>-Xmx1024m -Xms512m</surefire.argLine>
diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index e0eece66bd..768fd61938 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -327,7 +327,7 @@
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
       <artifactId>zookeeper</artifactId>
-      <version>3.4.5.1.3.0.0-107</version>
+      <version>3.5.10</version>
       <exclusions>
         <exclusion>
           <artifactId>jline</artifactId>


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