You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2023/02/14 17:48:15 UTC

[fluo-uno] branch main updated: Update conf and checksums include ZooKeeper 3.8.1 (#291)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new dc1ca23  Update conf and checksums include ZooKeeper 3.8.1 (#291)
dc1ca23 is described below

commit dc1ca23cbb8a84bf94fd527b877d4bf6dc98a9f5
Author: EdColeman <de...@etcoleman.com>
AuthorDate: Tue Feb 14 12:48:09 2023 -0500

    Update conf and checksums include ZooKeeper 3.8.1 (#291)
---
 conf/checksums | 2 +-
 conf/uno.conf  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/checksums b/conf/checksums
index 6db14bf..cf98d6f 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -13,7 +13,7 @@ hadoop:2.6.5:fd9d24155bb18475c25bc6a88284a696224d5ef38503c5c3f1d4c0b65ae1c552d90
 spark:3.0.1:07fc6df224f303ef53189e6082004400d51cd6c2244d1851d90eabbe58404a69ff980bffe147a5259a34190e1e1c974c72d02470d10a783d2d87f43a8da0850b
 spark:2.4.7:ff75e6db3c4ca5cece2a8a26ad7bd8a2c1c46b4f93e8f2922a31e6a8d98274bedc66bef3e469e862d249c5439355ccca83687a20d536a8400f2c058be553df57
 spark:2.3.2:79d1de6870cf43ecc059d4423540124610ef00abc929c171be42548b505f115906e251e4604ed7d22b6a8cce012a845d90017319c2abb3d5d700369b1c335c6d
-zookeeper:3.8.0:d66e3a40451f840406901b2cd940992b001f92049a372ae48d8b420891605871cd1ae5f6cceb3b10665491e7abef36a4078dace158bd1e0938fcd3567b5234ca
+zookeeper:3.8.1:940ce2fdd4ff33acfc99860b5c604d2d48f37c4d6f0b7c2dcdade7492ecf5385b079bf56db68b4c9c9b8dfed0a86ecd73ee2977621738f263d6e9b8432f34b35
 zookeeper:3.7.1:9103628a50745fa1a289bca666fda4a9c08ec17c55cf13e66887e7ba76e93dbae60a1f1ffd6c10798be3a16069344ecbc00cebb29bf03d9cd7096ccd098ed011
 zookeeper:3.6.3:3f7b1b7d9cf5647d52ad0076c922e108fa956e986b5624667c493cf6d8ff09d3ca88f623c79a799fe49c72e868cb3c9d0f77cb69608de74a183b2cbad10bc827
 zookeeper:3.5.10:fbca82d93fb07534d2cd7d93a399463cfea7e772075285d103e7cda5599d14c2d9996c1e50cc66c7c0dc78f996b20e75b20d74df368eb222dbc3caa0ab2cc14b
diff --git a/conf/uno.conf b/conf/uno.conf
index 9a08272..41144df 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -4,7 +4,7 @@
 # Versions
 # --------
 export HADOOP_VERSION=${HADOOP_VERSION:-3.3.4}
-export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.8.0}
+export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.8.1}
 export ACCUMULO_VERSION=${ACCUMULO_VERSION:-2.1.0}
 export FLUO_VERSION=${FLUO_VERSION:-1.2.0}
 export FLUO_YARN_VERSION=${FLUO_YARN_VERSION:-1.0.0}