Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D58AA10014 for ; Fri, 13 Jun 2014 00:23:46 +0000 (UTC) Received: (qmail 10971 invoked by uid 500); 13 Jun 2014 00:23:46 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 10929 invoked by uid 500); 13 Jun 2014 00:23:46 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 10915 invoked by uid 99); 13 Jun 2014 00:23:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 00:23:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5F6A48C3FFC; Fri, 13 Jun 2014 00:23:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Fri, 13 Jun 2014 00:23:51 -0000 Message-Id: <3e277e686bfe4f03938c68ac1d445c5d@git.apache.org> In-Reply-To: <0d849132cc3543f3be6321265c525e9f@git.apache.org> References: <0d849132cc3543f3be6321265c525e9f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/11] git commit: ACCUMULO-2796 Adds doc for iterator ordering ACCUMULO-2796 Adds doc for iterator ordering Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d1655a41 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d1655a41 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d1655a41 Branch: refs/heads/1.5.2-SNAPSHOT Commit: d1655a41365ec5ab540170dded9ae2da9e3533b7 Parents: 8de4262 Author: Michael Allen Authored: Thu Jun 12 19:53:03 2014 -0400 Committer: Josh Elser Committed: Thu Jun 12 20:12:20 2014 -0400 ---------------------------------------------------------------------- .../accumulo_user_manual/chapters/table_configuration.tex | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d1655a41/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex ---------------------------------------------------------------------- diff --git a/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex b/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex index 6a086a0..4cefbc8 100644 --- a/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex +++ b/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex @@ -169,6 +169,14 @@ config -t mytable -s table.iteartor.{scan|minc|majc}.myiter.opt.myoptionname=myo \end{verbatim} \normalsize +Typically, a table will have multiple iterators. Accumulo configures a set of +system level iterators for each table. These iterators provide core +functionality like visibility label filtering and may not be removed by +users. User level iterators are applied in the order of their priority. +Priority is a user configured integer; iterators with lower numbers go first, +passing the results of their iteration on to the other iterators up the +stack. + \subsection{Setting Iterators Programmatically} \small