You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2019/03/13 18:41:59 UTC

[accumulo-website] branch master updated: update multiple tserver docs

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/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cdb6b38  update multiple tserver docs
cdb6b38 is described below

commit cdb6b380251c7942b88790eb6afe99a61ef1068f
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Mar 13 14:38:25 2019 -0400

    update multiple tserver docs
---
 _docs-2/administration/in-depth-install.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/_docs-2/administration/in-depth-install.md b/_docs-2/administration/in-depth-install.md
index c22ce2c..d5979d2 100644
--- a/_docs-2/administration/in-depth-install.md
+++ b/_docs-2/administration/in-depth-install.md
@@ -450,6 +450,14 @@ the these properties in [accumulo.properties]:
 * {% plink tserver.port.search %} = `true`
 * {% plink replication.receipt.service.port %} = `0`
 
+Multiple TabletServers cannot be started using the `accumulo-cluster` or `accumulo-service` commands at this time.
+The `accumulo` command must be used:
+
+```
+ACCUMULO_SERVICE_INSTANCE=1; ./bin/accumulo tserver &> ./logs/tserver1.out &
+ACCUMULO_SERVICE_INSTANCE=2; ./bin/accumulo tserver &> ./logs/tserver2.out &
+```
+
 ## Logging
 
 Accumulo processes each write to a set of log files. By default, these logs are found at directory