Updated Branches: refs/heads/1.4.5-SNAPSHOT 72106a626 -> 07a0433bd
ACCUMULO-2011 Escape unescaped underscores to fix LaTeX Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/07a0433b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/07a0433b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/07a0433b Branch: refs/heads/1.4.5-SNAPSHOT Commit: 07a0433bd73295d733bc3430db64de86b4088ea3 Parents: 72106a6 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri Dec 13 16:05:46 2013 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri Dec 13 16:05:46 2013 -0500 ---------------------------------------------------------------------- docs/src/user_manual/chapters/administration.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/07a0433b/docs/src/user_manual/chapters/administration.tex ---------------------------------------------------------------------- diff --git a/docs/src/user_manual/chapters/administration.tex b/docs/src/user_manual/chapters/administration.tex index d0533d9..4723481 100644 --- a/docs/src/user_manual/chapters/administration.tex +++ b/docs/src/user_manual/chapters/administration.tex @@ -186,14 +186,14 @@ take some time for particular configurations. \subsection{Adding a Node} -Update your \texttt{\$ACCUMULO_HOME/conf/slaves} (or \texttt{\$ACCUMULO_CONF_DIR/slaves}) file to account for the addition. +Update your \texttt{\$ACCUMULO\_HOME/conf/slaves} (or \texttt{\$ACCUMULO\_CONF\_DIR/slaves}) file to account for the addition. \begin{verbatim} $ACCUMULO_HOME/bin/accumulo admin start <host(s)> {<host> ...} \end{verbatim} Alternatively, you can ssh to each of the hosts you want to add and run -\texttt{\$ACCUMULO_HOME/bin/start-here.sh}. +\texttt{\$ACCUMULO\_HOME/bin/start-here.sh}. Make sure the host in question has the new configuration, or else the tablet server won't start; at a minimum this needs to be on the host(s) being added, @@ -209,9 +209,9 @@ $ACCUMULO_HOME/bin/accumulo admin stop <host(s)> {<host> ...} \end{verbatim} Alternatively, you can ssh to each of the hosts you want to remove and run -\texttt{\$ACCUMULO_HOME/bin/stop-here.sh}. +\texttt{\$ACCUMULO\_HOME/bin/stop-here.sh}. -Be sure to update your \texttt{\$ACCUMULO_HOME/conf/slaves} (or \texttt{\$ACCUMULO_CONF_DIR/slaves}) file to +Be sure to update your \texttt{\$ACCUMUL\_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.