Trouble with IntersectingIterator

2013-10-01 Thread Heath Abelson
I am attempting to get a very simple example working with the Intersecting Iterator. I made up some dummy objects for me to do this work: A scan on the Mail table looks like this: m1 mail:body [U(USA)]WTF? m1 mail:receiver [U(USA)]mgiordano m1 mail:sender [U(USA)]habelson m1

Re: Trouble with IntersectingIterator

2013-10-01 Thread William Slacum
That iterator is designed to be used with a sharded table format, where in the index and record each occur within the same row. See the Accumulo examples page http://accumulo.apache.org/1.4/examples/shard.html On Tue, Oct 1, 2013 at 3:35 PM, Heath Abelson habel...@netcentricinc.comwrote: I am

RE: Trouble with IntersectingIterator

2013-10-01 Thread Heath Abelson
could still apply. From: William Slacum [mailto:wilhelm.von.cl...@accumulo.net] Sent: Tuesday, October 01, 2013 3:48 PM To: user@accumulo.apache.org Subject: Re: Trouble with IntersectingIterator That iterator is designed to be used with a sharded table format, where in the index and record each

Re: Trouble with IntersectingIterator

2013-10-01 Thread Adam Fuchs
[mailto:wilhelm.von.cl...@accumulo.net] *Sent:* Tuesday, October 01, 2013 3:48 PM *To:* user@accumulo.apache.org *Subject:* Re: Trouble with IntersectingIterator ** ** That iterator is designed to be used with a sharded table format, where in the index and record each occur within the same row