Author: elserj Date: Tue Jun 10 17:13:13 2014 New Revision: 1601690 URL: http://svn.apache.org/r1601690 Log: ACCUMULO-2884 Manual edit to fix online user manual
Modified: accumulo/site/trunk/content/1.6/accumulo_user_manual.html Modified: accumulo/site/trunk/content/1.6/accumulo_user_manual.html URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/1.6/accumulo_user_manual.html?rev=1601690&r1=1601689&r2=1601690&view=diff ============================================================================== --- accumulo/site/trunk/content/1.6/accumulo_user_manual.html (original) +++ accumulo/site/trunk/content/1.6/accumulo_user_manual.html Tue Jun 10 17:13:13 2014 @@ -1359,8 +1359,8 @@ writer.close();</code></pre> 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