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 0b3c988 updating to use new version of hadoop (#232)
0b3c988 is described below
commit 0b3c9882444775ff127d6053ab3e8e8ea553f0e2
Author: Jeffrey Manno <[email protected]>
AuthorDate: Tue Oct 8 10:48:27 2019 -0400
updating to use new version of hadoop (#232)
---
conf/checksums | 1 +
conf/uno.conf | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/conf/checksums b/conf/checksums
index 160712b..a7e23ff 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -8,6 +8,7 @@
accumulo:1.9.0:f68a6145029a9ea843b0305c90a7f5f0334d8a8ceeea94734267ec36421fe7fe
accumulo:1.8.1:eba3bfe823935ca7901ea7c2bd59c84a68b9381361699c7e260bbd9191f237f4
accumulo:1.7.4:3776dddbc2a09f4a9d7a2ae4958e212e91eb5067a124a628330edbee4e32e754
accumulo:1.7.3:294f2f1f3fbc164b68e80cecd5a6ce5c245df804fb35ae5e03ab1c86bc9480da
+hadoop:3.2.1:d62709c3d7144fcaafc60e18d0fa03d7d477cc813e45526f3646030cd87dbf010aeccf3f4ce795b57b08d2884b3a55f91fe9d74ac144992d2dfe444a4bbf34ee
hadoop:3.2.0:79676a7dadbc4740cb2ff4ae7af75f5b0a45b4748f217f4179ab64827b840eef58c63b9132260c5682cb28b6d12a27d4a4d09a15173aca158fb1fc3cdb0b1609
hadoop:3.1.2:0e0ee817c89b3c4eb761eca7f16640742a83b0e99b6fda26c1bee2baabedad93aab86e252bf5f1e2381c6d464bc4003d10c7cc0f61b2062f4c59732ca24d1bd9
hadoop:3.1.1:0821685c2f77710f189cf6a37309cd6ba35b63432bae19f7b3db05fdbdd1d375d8333e47461d82762d5f7f4133c6b33216689a6403d7dff3f8f41dcbe5477030
diff --git a/conf/uno.conf b/conf/uno.conf
index 3784eda..ecf8a6b 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -3,7 +3,7 @@
# Versions
# --------
-export HADOOP_VERSION=${HADOOP_VERSION:-3.2.0}
+export HADOOP_VERSION=${HADOOP_VERSION:-3.2.1}
export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.14}
export ACCUMULO_VERSION=${ACCUMULO_VERSION:-2.0.0}
export FLUO_VERSION=${FLUO_VERSION:-1.2.0}