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/01/20 19:54:14 UTC

[2/6] git commit: ACCUMULO-2226 Fix incorrect zookeeper hosts property name

ACCUMULO-2226 Fix incorrect zookeeper hosts property name


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 0328838f339d4e27ac417c5a27e6a43b0ee5ed66
Parents: 1f99e6e
Author: Josh Elser <el...@apache.org>
Authored: Mon Jan 20 13:53:30 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jan 20 13:53:30 2014 -0500

----------------------------------------------------------------------
 .../main/latex/accumulo_user_manual/chapters/administration.tex    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/0328838f/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 28b1033..96ecf17 100644
--- a/docs/src/main/latex/accumulo_user_manual/chapters/administration.tex
+++ b/docs/src/main/latex/accumulo_user_manual/chapters/administration.tex
@@ -142,7 +142,7 @@ Specify appropriate values for the following settings in\\
 \small
 \begin{verbatim}
 <property>
-    <name>zookeeper</name>
+    <name>instance.zookeeper.host</name>
     <value>zooserver-one:2181,zooserver-two:2181</value>
     <description>list of zookeeper servers</description>
 </property>