You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/12/19 19:44:47 UTC

[6/8] accumulo git commit: ACCUMULO-2290 Fix typo.

ACCUMULO-2290 Fix typo.


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

Branch: refs/heads/master
Commit: 273491784f8fe0faed766a87b98cfdd457d574e3
Parents: c7f4502
Author: Josh Elser <el...@apache.org>
Authored: Fri Dec 19 13:43:30 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Dec 19 13:43:30 2014 -0500

----------------------------------------------------------------------
 .../main/latex/accumulo_user_manual/chapters/administration.tex  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/27349178/docs/src/main/latex/accumulo_user_manual/chapters/administration.tex
----------------------------------------------------------------------
diff --git a/docs/src/main/latex/accumulo_user_manual/chapters/administration.tex b/docs/src/main/latex/accumulo_user_manual/chapters/administration.tex
index 76021cc..4b917d1 100644
--- a/docs/src/main/latex/accumulo_user_manual/chapters/administration.tex
+++ b/docs/src/main/latex/accumulo_user_manual/chapters/administration.tex
@@ -364,7 +364,7 @@ Alternatively, you can ssh to each of the hosts you want to remove and run:
 $ACCUMULO\_HOME/bin/stop-here.sh
 \end{verbatim}\endgroup
 
-Be sure to update your \texttt{\$ACCUMUL\_HOME/conf/slaves} (or \texttt{\$ACCUMULO\_CONF\_DIR/slaves}) file to 
+Be sure to update your \texttt{\$ACCUMULO\_HOME/conf/slaves} (or \texttt{\$ACCUMULO\_CONF\_DIR/slaves}) file to 
 account for the removal of these hosts. Bear in mind that the monitor will not re-read the 
 slaves file automatically, so it will report the decomissioned servers as down; it's 
 recommended that you restart the monitor so that the node list is up to date.
@@ -385,7 +385,7 @@ you specified in hosts file (if you specified FQDN in the masters file, use the
 the shortname). The second argument is the name of the process to start (e.g. master, tserver).
 
 The steps described to decomission a node can also be used (without removal of the host
-from the \texttt{\$ACCUMUL\_HOME/conf/slaves} file) to gracefully stop a node. This will
+from the \texttt{\$ACCUMULO\_HOME/conf/slaves} file) to gracefully stop a node. This will
 ensure that the tabletserver is cleanly stopped and recovery will not need to be performed
 when the tablets are re-hosted.