This is an automated email from the ASF dual-hosted git repository. jmark99 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git
The following commit(s) were added to refs/heads/main by this push: new 6723497 Update env.sh.example 6723497 is described below commit 672349771ecb4299f7b696ad294a5be1eef77030 Author: Mark Owens <jmar...@apache.org> AuthorDate: Thu Mar 25 08:31:11 2021 -0400 Update env.sh.example Update env.sh.example file so that the version of ZooKeeper used by Accumulo-Examples repo matches version of current accumulo-snapshot. Reverted from ZK 3.6.2 to 3.5.9. --- conf/env.sh.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/env.sh.example b/conf/env.sh.example index 9691521..eb02bee 100644 --- a/conf/env.sh.example +++ b/conf/env.sh.example @@ -40,7 +40,7 @@ fi # Versions set below will be what is included in the shaded jar export ACCUMULO_VERSION="`$ACCUMULO_HOME/bin/accumulo version`" export HADOOP_VERSION="`hadoop version | head -n1 | awk '{print $2}'`" -export ZOOKEEPER_VERSION=3.6.2 +export ZOOKEEPER_VERSION=3.5.9 # Path to shaded test jar ex_home=$( cd "$( dirname "$conf_dir" )" && pwd ) export EXAMPLES_JAR_PATH="${ex_home}/target/accumulo-examples-shaded.jar"