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 b8f28b9  Update env.sh.example
b8f28b9 is described below

commit b8f28b9ae2a3a37b63c9d7bcdb97830107a96153
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Tue Mar 23 15:20:18 2021 -0400

    Update env.sh.example
    
    Update env.sh.example configuration file to use ZooKeeper 3.6.2
---
 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 1f1461b..9691521 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.4.13
+export ZOOKEEPER_VERSION=3.6.2
 # Path to shaded test jar
 ex_home=$( cd "$( dirname "$conf_dir" )" && pwd )
 export EXAMPLES_JAR_PATH="${ex_home}/target/accumulo-examples-shaded.jar"

Reply via email to