You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/10/04 19:07:21 UTC

[accumulo-testing] branch main updated: Updated ZooKeeper version from 3.5.10 to 3.8.0 in conf/env.sh (#233)

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

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new f096a71  Updated ZooKeeper version from 3.5.10 to 3.8.0 in conf/env.sh (#233)
f096a71 is described below

commit f096a710a519f0aadd1502ccbaf82d7e14be3fea
Author: Dave Marion <dl...@apache.org>
AuthorDate: Tue Oct 4 15:07:16 2022 -0400

    Updated ZooKeeper version from 3.5.10 to 3.8.0 in conf/env.sh (#233)
---
 conf/env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/env.sh b/conf/env.sh
index 7bea8da..8aa6ae2 100644
--- a/conf/env.sh
+++ b/conf/env.sh
@@ -61,7 +61,7 @@ fi
 # Versions set below will be what is included in the shaded jar
 ACCUMULO_VERSION="$("$ACCUMULO_HOME"/bin/accumulo version | grep -v 'DEBUG')"; export ACCUMULO_VERSION
 HADOOP_VERSION="$(hadoop version | head -n1 | awk '{print $2}')"; export HADOOP_VERSION
-export ZOOKEEPER_VERSION=3.5.10
+export ZOOKEEPER_VERSION=3.8.0
 # Path to shaded test jar
 at_home=$( cd "$( dirname "$conf_dir" )" && pwd )
 export TEST_JAR_PATH="${at_home}/target/accumulo-testing-shaded.jar"