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 2017/03/01 21:53:05 UTC

accumulo git commit: ACCUMULO-4588 Fixed docs to use ACCUMULO_SERVICE_INSTANCE

Repository: accumulo
Updated Branches:
  refs/heads/master 61245293a -> 1026e857e


ACCUMULO-4588 Fixed docs to use ACCUMULO_SERVICE_INSTANCE


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1026e857
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1026e857
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1026e857

Branch: refs/heads/master
Commit: 1026e857ece1c279c4540d8843989db768a6cdff
Parents: 6124529
Author: Mike Walch <mw...@apache.org>
Authored: Wed Mar 1 16:06:32 2017 -0500
Committer: Mike Walch <mw...@apache.org>
Committed: Wed Mar 1 16:06:32 2017 -0500

----------------------------------------------------------------------
 docs/src/main/asciidoc/chapters/administration.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/1026e857/docs/src/main/asciidoc/chapters/administration.txt
----------------------------------------------------------------------
diff --git a/docs/src/main/asciidoc/chapters/administration.txt b/docs/src/main/asciidoc/chapters/administration.txt
index 69ae1a8..e685dfd 100644
--- a/docs/src/main/asciidoc/chapters/administration.txt
+++ b/docs/src/main/asciidoc/chapters/administration.txt
@@ -499,8 +499,9 @@ node. This decision should be made carefully and with much deliberation as Accum
 to be able to scale to using 10's of GB of RAM and 10's of CPU cores.
 
 Accumulo TabletServers bind certain ports on the host to accommodate remote procedure calls to/from
-other nodes. Running more than one TabletServer on a host requires that you add +-Daccumulo.service.instance=<NUM>+
-(replace <NUM> with you instance number) to JAVA_OPTS in your +accumulo-env.sh+ file and set these properties in +accumulo-site.xml+:
+other nodes. Running more than one TabletServer on a host requires that you set the environment variable
++ACCUMULO_SERVICE_INSTANCE+ to an instance number (i.e 1, 2) for each instance that is started. Also, set
+these properties in +accumulo-site.xml+:
 
   <property>
     <name>tserver.port.search</name>