You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/07/27 19:33:31 UTC

[1/7] accumulo git commit: ACCUMULO-2474 Fix minor errors in user manual client section.

Repository: accumulo
Updated Branches:
  refs/heads/1.7 362255651 -> 1c6bbae1e
  refs/heads/master 56e60ca09 -> 21699d540


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.7
Commit: d55489a3c1175139629d37861a81e2d5d5663c0d
Parents: 16a7bb4
Author: Ed Coleman <de...@etcoleman.com>
Authored: Sat Jul 25 23:52:11 2015 -0400
Committer: Ed Coleman <de...@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


[4/7] accumulo git commit: ACCUMULO-2474 Fix minor errors in user manual client section.

Posted by ct...@apache.org.
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/eefcaa07
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/eefcaa07
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/eefcaa07

Branch: refs/heads/1.7
Commit: eefcaa0761105e251212038d2c1225c0ed260a15
Parents: 967100d d55489a
Author: Ed Coleman <de...@etcoleman.com>
Authored: Sun Jul 26 00:34:51 2015 -0400
Committer: Ed Coleman <de...@etcoleman.com>
Committed: Sun Jul 26 00:34:51 2015 -0400

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



[7/7] accumulo git commit: Merge branch '1.7'

Posted by ct...@apache.org.
Merge branch '1.7'


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

Branch: refs/heads/master
Commit: 21699d540ef84af0a1e03f3efef5e3097f4aade4
Parents: 56e60ca 1c6bbae
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Jul 27 13:31:43 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Jul 27 13:31:43 2015 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[5/7] accumulo git commit: Merge branch '1.6' into 1.7 with -sours

Posted by ct...@apache.org.
Merge branch '1.6' into 1.7 with -sours


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

Branch: refs/heads/master
Commit: 1c6bbae1e80dec1b495d4e82fcfb62152a937b1f
Parents: 3622556 eefcaa0
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Jul 27 13:28:19 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Jul 27 13:28:19 2015 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[3/7] accumulo git commit: ACCUMULO-2474 Fix minor errors in user manual client section.

Posted by ct...@apache.org.
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/eefcaa07
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/eefcaa07
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/eefcaa07

Branch: refs/heads/master
Commit: eefcaa0761105e251212038d2c1225c0ed260a15
Parents: 967100d d55489a
Author: Ed Coleman <de...@etcoleman.com>
Authored: Sun Jul 26 00:34:51 2015 -0400
Committer: Ed Coleman <de...@etcoleman.com>
Committed: Sun Jul 26 00:34:51 2015 -0400

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



[2/7] accumulo git commit: ACCUMULO-2474 Fix minor errors in user manual client section.

Posted by ct...@apache.org.
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/master
Commit: d55489a3c1175139629d37861a81e2d5d5663c0d
Parents: 16a7bb4
Author: Ed Coleman <de...@etcoleman.com>
Authored: Sat Jul 25 23:52:11 2015 -0400
Committer: Ed Coleman <de...@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


[6/7] accumulo git commit: Merge branch '1.6' into 1.7 with -sours

Posted by ct...@apache.org.
Merge branch '1.6' into 1.7 with -sours


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

Branch: refs/heads/1.7
Commit: 1c6bbae1e80dec1b495d4e82fcfb62152a937b1f
Parents: 3622556 eefcaa0
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Jul 27 13:28:19 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Jul 27 13:28:19 2015 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------