This is an automated email from the ASF dual-hosted git repository. mmiller pushed a commit to branch num-tservers in repository https://gitbox.apache.org/repos/asf/fluo-uno.git
commit 01b3fbbc226afdbb74e39f6d13d94fb73b524a35 Author: Mike Miller <[email protected]> AuthorDate: Mon Dec 7 13:33:36 2020 -0500 Add properties for running multiple tservers --- conf/accumulo/2/accumulo.properties | 1 + conf/uno.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/conf/accumulo/2/accumulo.properties b/conf/accumulo/2/accumulo.properties index d0251bf..3113dc7 100755 --- a/conf/accumulo/2/accumulo.properties +++ b/conf/accumulo/2/accumulo.properties @@ -6,3 +6,4 @@ instance.zookeeper.host=UNO_HOST:2181 table.durability=flush tserver.memory.maps.native.enabled=ACCUMULO_USE_NATIVE_MAP tserver.walog.max.size=512M +tserver.port.search=true diff --git a/conf/uno.conf b/conf/uno.conf index dd51137..61340f1 100644 --- a/conf/uno.conf +++ b/conf/uno.conf @@ -142,6 +142,8 @@ export ACCUMULO_INSTANCE=uno export ACCUMULO_USER=root # Accumulo password export ACCUMULO_PASSWORD=secret +# Number of tservers to run +export NUM_TSERVERS=1 # Plugin configuration # --------------------
