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 4d28090 Updated default Accumulo & Hadoop versions (#204)
4d28090 is described below
commit 4d2809090aed8d471a95e3cdb8394e70cc3f220e
Author: Mike Walch <[email protected]>
AuthorDate: Tue Oct 16 15:42:58 2018 -0400
Updated default Accumulo & Hadoop versions (#204)
* Accumulo is 2.0.0-alpha-1
* Hadoop is 3.1.1
* Remove deprecated property
* Remove tserver.server.threads.minimum as default is OK
---
conf/accumulo/2/accumulo.properties | 2 --
conf/checksums | 1 +
conf/uno.conf | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/conf/accumulo/2/accumulo.properties
b/conf/accumulo/2/accumulo.properties
index 49636dd..d0251bf 100755
--- a/conf/accumulo/2/accumulo.properties
+++ b/conf/accumulo/2/accumulo.properties
@@ -5,6 +5,4 @@ instance.volumes=hdfs://UNO_HOST:8020/accumulo
instance.zookeeper.host=UNO_HOST:2181
table.durability=flush
tserver.memory.maps.native.enabled=ACCUMULO_USE_NATIVE_MAP
-tserver.readahead.concurrent.max=64
-tserver.server.threads.minimum=64
tserver.walog.max.size=512M
diff --git a/conf/checksums b/conf/checksums
index b088a55..f8205b5 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -1,3 +1,4 @@
+accumulo:2.0.0-alpha-1:fbb5a09c9b9033409281a5a7211b7666ad7ddf1b87c9fff15cb961a84ba8f755a383c213f5907a8016dee2cc0490c2e02fcbef3ba7a84c2d64e9d8ed4479d2d3
accumulo:1.9.2:3018d55284940ca22946389c546db3c0dcaca682d49aee8fc031e25321badb8e1e518d5c086906e03e8c53926db5bb79a97daecaee5d1aa5417d46ee2b8a2419
accumulo:1.9.1:7239561833359edf8dcdbee250b27df13feef35bfbf91a6c45f252c6c7712c51d543c21f7621e27b901db20b5a61d11cc8770f10e6e503b6ca42d12ba3657487
accumulo:1.9.0:f68a6145029a9ea843b0305c90a7f5f0334d8a8ceeea94734267ec36421fe7fe
diff --git a/conf/uno.conf b/conf/uno.conf
index b1c20e1..3b6fd53 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -3,9 +3,9 @@
# Versions
# --------
-export HADOOP_VERSION=${HADOOP_VERSION:-2.8.4}
+export HADOOP_VERSION=${HADOOP_VERSION:-3.1.1}
export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.13}
-export ACCUMULO_VERSION=${ACCUMULO_VERSION:-1.9.2}
+export ACCUMULO_VERSION=${ACCUMULO_VERSION:-2.0.0-alpha-1}
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}