You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2018/06/06 18:59:28 UTC

[fluo-uno] branch master updated: Fix #178 Use Accumulo 1.9.1 (#179)

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

mwalch 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 7e3a1b4  Fix #178 Use Accumulo 1.9.1 (#179)
7e3a1b4 is described below

commit 7e3a1b46ba5ad23609e145bdc9a188a8dda06f9f
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Jun 6 14:59:25 2018 -0400

    Fix #178 Use Accumulo 1.9.1 (#179)
---
 conf/checksums | 1 +
 conf/uno.conf  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/checksums b/conf/checksums
index 5f1e97a..e2de91a 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -1,3 +1,4 @@
+accumulo:1.9.1:7239561833359edf8dcdbee250b27df13feef35bfbf91a6c45f252c6c7712c51d543c21f7621e27b901db20b5a61d11cc8770f10e6e503b6ca42d12ba3657487
 accumulo:1.9.0:f68a6145029a9ea843b0305c90a7f5f0334d8a8ceeea94734267ec36421fe7fe
 accumulo:1.8.1:eba3bfe823935ca7901ea7c2bd59c84a68b9381361699c7e260bbd9191f237f4
 accumulo:1.7.4:3776dddbc2a09f4a9d7a2ae4958e212e91eb5067a124a628330edbee4e32e754
diff --git a/conf/uno.conf b/conf/uno.conf
index 588de45..e59eee9 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -5,7 +5,7 @@
 # --------
 export HADOOP_VERSION=2.7.6
 export ZOOKEEPER_VERSION=3.4.12
-export ACCUMULO_VERSION=1.9.0
+export ACCUMULO_VERSION=1.9.1
 export SPARK_VERSION=1.6.3
 export FLUO_VERSION=1.2.0
 export FLUO_YARN_VERSION=1.0.0

-- 
To stop receiving notification emails like this one, please contact
mwalch@apache.org.