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 c0a6677 Update to Accumulo 1.9.2 (#184)
c0a6677 is described below
commit c0a6677fb4769ced838e66366cbee124da429265
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Jul 19 17:55:28 2018 -0400
Update to Accumulo 1.9.2 (#184)
---
conf/checksums | 1 +
conf/uno.conf | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/conf/checksums b/conf/checksums
index b6c925e..0ff2533 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -1,3 +1,4 @@
+accumulo:1.9.2:3018d55284940ca22946389c546db3c0dcaca682d49aee8fc031e25321badb8e1e518d5c086906e03e8c53926db5bb79a97daecaee5d1aa5417d46ee2b8a2419
accumulo:1.9.1:7239561833359edf8dcdbee250b27df13feef35bfbf91a6c45f252c6c7712c51d543c21f7621e27b901db20b5a61d11cc8770f10e6e503b6ca42d12ba3657487
accumulo:1.9.0:f68a6145029a9ea843b0305c90a7f5f0334d8a8ceeea94734267ec36421fe7fe
accumulo:1.8.1:eba3bfe823935ca7901ea7c2bd59c84a68b9381361699c7e260bbd9191f237f4
diff --git a/conf/uno.conf b/conf/uno.conf
index 746f02d..5fc87f2 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -5,7 +5,7 @@
# --------
export HADOOP_VERSION=${HADOOP_VERSION:-2.8.4}
export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.12}
-export ACCUMULO_VERSION=${ACCUMULO_VERSION:-1.9.1}
+export ACCUMULO_VERSION=${ACCUMULO_VERSION:-1.9.2}
export SPARK_VERSION=${SPARK_VERSION:-1.6.3}
export FLUO_VERSION=${FLUO_VERSION:-1.2.0}
export FLUO_YARN_VERSION=${FLUO_YARN_VERSION:-1.0.0}