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 2020/12/29 15:53:02 UTC

[fluo-uno] branch main updated: Update for Accumulo 2.0.1 (#266)

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 9ca3d41  Update for Accumulo 2.0.1 (#266)
9ca3d41 is described below

commit 9ca3d41b713896aaa61582f8b60dcdee6e67d132
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Dec 29 10:52:54 2020 -0500

    Update for Accumulo 2.0.1 (#266)
    
    * Update default Accumulo to 2.0.1
    * Update checkums for 2.0.1
---
 conf/checksums | 2 +-
 conf/uno.conf  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/checksums b/conf/checksums
index e16a94f..cdd77fc 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -1,4 +1,4 @@
-accumulo:2.0.0:1e2b822e0fd6ba5293b09203eb0c5cc230e9f111361634b4d5665b0ddd2b28f42d76699cb08aaeff9b3242efd5fe369bfc871a7dc361e935980889bcb7b4568f
+accumulo:2.0.1:b443839443a9f5098b55bc5c54be10c11fedbaea554ee6cd42eaa9311068c70bd611d7fc67698c91ec73da0e85b9907aa72b98d5eb4d49ea3a5d51b0c6c5785f
 accumulo:1.10.1:cd613d042f9509aa4f6887eb70af48267c680fe21b463a7967ba0bd7d6688610ecad33073f916e8969243d1f2111773ecd57c8e09efae683c31c09428d93cd03
 hadoop:3.3.0:9ac5a5a8d29de4d2edfb5e554c178b04863375c5644d6fea1f6464ab4a7e22a50a6c43253ea348edbd114fc534dcde5bdd2826007e24b2a6b0ce0d704c5b4f5b
 hadoop:3.2.1:d62709c3d7144fcaafc60e18d0fa03d7d477cc813e45526f3646030cd87dbf010aeccf3f4ce795b57b08d2884b3a55f91fe9d74ac144992d2dfe444a4bbf34ee
diff --git a/conf/uno.conf b/conf/uno.conf
index 812d8a1..d6d96cd 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -5,7 +5,7 @@
 # --------
 export HADOOP_VERSION=${HADOOP_VERSION:-3.3.0}
 export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.6.2}
-export ACCUMULO_VERSION=${ACCUMULO_VERSION:-2.0.0}
+export ACCUMULO_VERSION=${ACCUMULO_VERSION:-2.0.1}
 export FLUO_VERSION=${FLUO_VERSION:-1.2.0}
 export FLUO_YARN_VERSION=${FLUO_YARN_VERSION:-1.0.0}