Repository: accumulo Updated Branches: refs/heads/1.6 967100dda -> b83f88caf
ACCUMULO-2474 Fix minor errors in user manual client section. The client section of the users manual had some minor typos. * Corrected the proxy subsection heading Prerequisites from "prequisites" * Corrected batch writer section to addMutation(mutation) from add(mutation) Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d55489a3 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d55489a3 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d55489a3 Branch: refs/heads/1.6 Commit: d55489a3c1175139629d37861a81e2d5d5663c0d Parents: 16a7bb4 Author: Ed Coleman <d...@etcoleman.com> Authored: Sat Jul 25 23:52:11 2015 -0400 Committer: Ed Coleman <d...@etcoleman.com> Committed: Sat Jul 25 23:52:11 2015 -0400 ---------------------------------------------------------------------- docs/src/main/latex/accumulo_user_manual/chapters/clients.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d55489a3/docs/src/main/latex/accumulo_user_manual/chapters/clients.tex ---------------------------------------------------------------------- diff --git a/docs/src/main/latex/accumulo_user_manual/chapters/clients.tex b/docs/src/main/latex/accumulo_user_manual/chapters/clients.tex index 8f8bbdf..f41352d 100644 --- a/docs/src/main/latex/accumulo_user_manual/chapters/clients.tex +++ b/docs/src/main/latex/accumulo_user_manual/chapters/clients.tex @@ -109,7 +109,7 @@ config.setMaxMemory(10000000L); // bytes available to batchwriter for buffering BatchWriter writer = conn.createBatchWriter("table", config) -writer.add(mutation); +writer.addMutation(mutation); writer.close(); \end{verbatim}\endgroup @@ -231,7 +231,7 @@ accumulo/docs/examples/README.batch The proxy API allows the interaction with Accumulo with languages other than Java. A proxy server is provided in the codebase and a client can further be generated. -\subsection{Prequisites} +\subsection{Prerequisites} The proxy server can live on any node in which the basic client API would work. That means it must be able to communicate with the Master, ZooKeepers, NameNode, and the