Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A40FC430 for ; Tue, 22 May 2012 16:56:35 +0000 (UTC) Received: (qmail 71244 invoked by uid 500); 22 May 2012 16:56:35 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 71213 invoked by uid 500); 22 May 2012 16:56:35 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 71204 invoked by uid 99); 22 May 2012 16:56:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 16:56:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [75.150.60.225] (HELO adam.ccri.com) (75.150.60.225) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 16:56:30 +0000 Received: from [192.168.200.1] (unknown [192.168.200.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by adam.ccri.com (Postfix) with ESMTPSA id 4C8F8260170; Tue, 22 May 2012 12:56:08 -0400 (EDT) Message-ID: <4FBBC51E.7060309@ccri.com> Date: Tue, 22 May 2012 12:55:58 -0400 From: John Armstrong Reply-To: john.armstrong@ccri.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Bob.Thorman@l-3com.com, user@accumulo.apache.org Subject: Re: Filtering rows by presence of keys References: <4FBBB893.2080902@ccri.com> <97EB0FF1279CC5428640A3FB61B10BD602B61F70@mx1.Comcept.L-3Com.com> In-Reply-To: <97EB0FF1279CC5428640A3FB61B10BD602B61F70@mx1.Comcept.L-3Com.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 05/22/2012 12:46 PM, Bob.Thorman@l-3com.com wrote: > IntersectingIterator is designed to reduce a dataset to a common column > qualifier for a collection of column families. So I presume you mental > picture (like mine was for a long time) inverted to the logic of that > iterator. You might try another type...like RowFilter. Adding a filter to the WholeRowIterator has been suggested, and I'm trying that. I'm also pushing for an upgrade from 1.3.4 to 1.4.x, but that may be harder going.