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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/master by this push:
     new b7f9969  Use ZooKeeper 3.6.1 (#247)
b7f9969 is described below

commit b7f99692035c4d0b8dde622437739918b0250640
Author: Christopher Tubbs <[email protected]>
AuthorDate: Sat May 30 14:48:54 2020 -0400

    Use ZooKeeper 3.6.1 (#247)
---
 conf/checksums | 1 +
 conf/uno.conf  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/checksums b/conf/checksums
index 7a4d93b..7a30fb9 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -21,6 +21,7 @@ 
hadoop:2.7.6:f2327ea93f4bc5a5d7150dee8e0ede196d3a77ff8526a7dd05a48a09aae25669
 hadoop:2.7.5:0bfc4d9b04be919be2fdf36f67fa3b4526cdbd406c512a7a1f5f1b715661f831
 hadoop:2.6.5:001ad18d4b6d0fe542b15ddadba2d092bc97df1c4d2d797381c8d12887691898
 
spark:2.3.2:79d1de6870cf43ecc059d4423540124610ef00abc929c171be42548b505f115906e251e4604ed7d22b6a8cce012a845d90017319c2abb3d5d700369b1c335c6d
+zookeeper:3.6.1:1c5cb4d9886fae41bf244a446dd874b73c0fff7a5fc2dda4305041964420cde21e59b388dfd2551464a46bb6918d9d3c3c01ebe68fdbe782074ee360aa830c7d
 
zookeeper:3.5.7:b9baa1ecb3d4dc0ef648ce7c74da4c5267ee89534c7614b8f27d3b0bc52004dcfbb8cecec810ffb7c8c45053daf8a5e849ce60ba241280fa1e2ab1d3b4990494
 
zookeeper:3.4.14:b14f7a0fece8bd34c7fffa46039e563ac5367607c612517aa7bd37306afbd1cd
 
zookeeper:3.4.13:3481bd19945d80848f81d9dc2896a682ae8b62269b8164ffbae532e55aa4219961403e0208c8e72cf784605eae436d70ddae2b26e0deba0f1f84c74188c32c0a
diff --git a/conf/uno.conf b/conf/uno.conf
index 1e10f40..845c92c 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -4,7 +4,7 @@
 # Versions
 # --------
 export HADOOP_VERSION=${HADOOP_VERSION:-3.2.1}
-export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.5.7}
+export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.6.1}
 export ACCUMULO_VERSION=${ACCUMULO_VERSION:-2.0.0}
 export FLUO_VERSION=${FLUO_VERSION:-1.2.0}
 export FLUO_YARN_VERSION=${FLUO_YARN_VERSION:-1.0.0}

Reply via email to