Author: buildbot Date: Tue Jun 10 17:13:20 2014 New Revision: 912133 Log: Staging update by buildbot for accumulo
Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html Propchange: websites/staging/accumulo/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Jun 10 17:13:20 2014 @@ -1 +1 @@ -1601688 +1601690 Modified: websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html ============================================================================== --- websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html (original) +++ websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html Tue Jun 10 17:13:20 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