Author: elserj Date: Tue May 6 18:15:25 2014 New Revision: 1592827 URL: http://svn.apache.org/r1592827 Log: ACCUMULO-2171 Add reservation/condmutations readme to 1.6 examples index page
Modified: accumulo/site/trunk/content/1.6/examples/index.mdtext Modified: accumulo/site/trunk/content/1.6/examples/index.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/1.6/examples/index.mdtext?rev=1592827&r1=1592826&r2=1592827&view=diff ============================================================================== --- accumulo/site/trunk/content/1.6/examples/index.mdtext (original) +++ accumulo/site/trunk/content/1.6/examples/index.mdtext Tue May 6 18:15:25 2014 @@ -77,6 +77,8 @@ features of Apache Accumulo. [regex](regex.html): Using MapReduce and Accumulo to find data using regular expressions. + [reservations](reservations.html): Using conditional mutations to implement a reservation service. + [rowhash](rowhash.html): Using MapReduce to read a table and write to a new column in the same table.