You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/04/18 16:32:58 UTC

[accumulo-examples] branch master updated: Fix broken link

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new c2b7b5e  Fix broken link
c2b7b5e is described below

commit c2b7b5e15d80991e4074472aede0d795ef4b7a77
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Apr 18 12:29:19 2019 -0400

    Fix broken link
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0be1400..2aa25d2 100644
--- a/README.md
+++ b/README.md
@@ -69,14 +69,13 @@ Each example below highlights a feature of Apache Accumulo.
 | [client] | Using table operations, reading and writing data in Java. |
 | [combiner] | Using example StatsCombiner to find min, max, sum, and count. |
 | [compactionStrategy] | Configuring a compaction strategy |
-| [constraints] | Using constraints with tables. |
+| [constraints] | Using constraints with tables. Limit the mutation size to avoid running out of memory |
 | [dirlist] | Storing filesystem information. |
 | [export] | Exporting and importing tables. |
 | [filedata] | Storing file data. |
 | [filter] | Using the AgeOffFilter to remove records more than 30 seconds old. |
 | [helloworld] | Inserting records both inside map/reduce jobs and outside. And reading records between two rows. |
 | [isolation] | Using the isolated scanner to ensure partial changes are not seen. |
-| [maxmutation] | Limiting mutation size to avoid running out of memory. |
 | [regex] | Using MapReduce and Accumulo to find data using regular expressions. |
 | [reservations] | Using conditional mutations to implement simple reservation system. |
 | [rgbalancer] | Using a balancer to spread groups of tablets within a table evenly |