ACCUMULO-2884 Update source to remove TeX structure
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7eabcb6d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7eabcb6d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7eabcb6d Branch: refs/heads/ACCUMULO-378 Commit: 7eabcb6d734a2dbb95f0106b37d4bb7ff7cde07f Parents: cff5819 Author: Josh Elser <els...@apache.org> Authored: Tue Jun 10 13:09:34 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Tue Jun 10 13:09:34 2014 -0400 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/clients.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/7eabcb6d/docs/src/main/asciidoc/chapters/clients.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/clients.txt b/docs/src/main/asciidoc/chapters/clients.txt index 45f1fe9..6b071ba 100644 --- a/docs/src/main/asciidoc/chapters/clients.txt +++ b/docs/src/main/asciidoc/chapters/clients.txt @@ -110,8 +110,8 @@ The ConditionalWriter enables efficient, atomic read-modify-write operations on rows. The ConditionalWriter writes special Mutations which have a list of per column conditions that must all be met before the mutation is applied. The conditions are checked in the tablet server while a row lock is -held\footnote{Mutations written by the BatchWriter will not obtain a row -lock.}. The conditions that can be checked for a column are equality and +held (Mutations written by the BatchWriter will not obtain a row +lock). The conditions that can be checked for a column are equality and absence. For example a conditional mutation can require that column A is absent inorder to be applied. Iterators can be applied when checking conditions. Using iterators, many other operations besides equality and