You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2020/12/07 19:56:03 UTC

[fluo-uno] branch main updated: Add properties for running multiple tservers (#261)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/main by this push:
     new 0874822  Add properties for running multiple tservers (#261)
0874822 is described below

commit 08748224c77e9e06f6312a24260f375b8ff66139
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Dec 7 14:53:18 2020 -0500

    Add properties for running multiple tservers (#261)
---
 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
 # --------------------