You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2019/08/05 19:52:45 UTC

[fluo-uno] branch master updated: Add Accumulo 2.0.0 checksum (#229)

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

kturner 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 16b13ae  Add Accumulo 2.0.0 checksum (#229)
16b13ae is described below

commit 16b13aefe2b01f37649ba7535a342fe536953478
Author: Keith Turner <kt...@apache.org>
AuthorDate: Mon Aug 5 15:52:40 2019 -0400

    Add Accumulo 2.0.0 checksum (#229)
---
 conf/checksums | 1 +
 conf/uno.conf  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/checksums b/conf/checksums
index 57ec635..160712b 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -1,3 +1,4 @@
+accumulo:2.0.0:1e2b822e0fd6ba5293b09203eb0c5cc230e9f111361634b4d5665b0ddd2b28f42d76699cb08aaeff9b3242efd5fe369bfc871a7dc361e935980889bcb7b4568f
 accumulo:2.0.0-alpha-2:6c7a1741dec5043b0e41fb7e2ecac23415fa3fd3b1c3df8eb60e3e648a39de94bab3d5f57fa7b56672840349a79ff3430a6748e6aeeeaa682a164f685c791a26
 accumulo:2.0.0-alpha-1:fbb5a09c9b9033409281a5a7211b7666ad7ddf1b87c9fff15cb961a84ba8f755a383c213f5907a8016dee2cc0490c2e02fcbef3ba7a84c2d64e9d8ed4479d2d3
 accumulo:1.9.3:dcda2ca6188314d43984282cf6fb32f53f93eb98e9c01d2988937b5c790b946ab8ced1d3a57171caaa32684cabbd2eabceaa955342fcd077bd78f1cc8fb22496
diff --git a/conf/uno.conf b/conf/uno.conf
index 6f919cd..7f94fb2 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -5,7 +5,7 @@
 # --------
 export HADOOP_VERSION=${HADOOP_VERSION:-3.2.0}
 export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.14}
-export ACCUMULO_VERSION=${ACCUMULO_VERSION:-2.0.0-alpha-2}
+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}