[GitHub] accumulo pull request #247: ACCUMULO-3208 Integration test for the OrIterato...

2017-04-10 Thread joshelser
GitHub user joshelser opened a pull request: https://github.com/apache/accumulo/pull/247 ACCUMULO-3208 Integration test for the OrIterator and cleanup The OrIterator was in very bad shape, with next to no documentation about what it actually does. Put this against 1.8

[GitHub] accumulo issue #244: Discuss ACCUMULO-3079: collapsing the iterator stack to...

2017-04-10 Thread milleruntime
Github user milleruntime commented on the issue: https://github.com/apache/accumulo/pull/244 Here are updated results with @keith-turner 's additional improvements: [testresults.txt](https://github.com/apache/accumulo/files/911586/testresults.txt) --- If your project is set up

Re: using stateful iterators to do filtering during major compaction?

2017-04-10 Thread Adam Fuchs
Hi Jonathan, Did you consider simply not using the whole row iterator in the compaction scope? Iterators don't get torn down and rebuilt in the compaction scope, so partial row reads as you describe in the scan scope don't really exist in compaction scopes unless another iterator above your

Re: using stateful iterators to do filtering during major compaction?

2017-04-10 Thread Josh Elser
Hi Jonathan -- good questions. I've tried to address them inline. Jonathan LASKO wrote: Hi Accumulo wizards, TL;DR - this is a question about custom iterators and saving state (or seeking backwards) in order to filter / mask data during major compaction. For a project I'm working on, we

Re: Draft Board Report for Apr 2017

2017-04-10 Thread Josh Elser
The activity section is quite light, IMO. I would guess that this would trigger a response from board@ at the lack of content. We should be including some information about the 1.7.3 and 1.8.1 releases we just finished up. Something like: """ We've just finished up two releases. 1.7.3 was a

using stateful iterators to do filtering during major compaction?

2017-04-10 Thread Jonathan LASKO
Hi Accumulo wizards, TL;DR - this is a question about custom iterators and saving state (or seeking backwards) in order to filter / mask data during major compaction. For a project I'm working on, we would like to be able to use one entry to filter other entries in the same row. (I will call

Re: Draft Board Report for Apr 2017

2017-04-10 Thread Drew Farris
+1 On Mon, Apr 10, 2017, 2:30 PM Christopher wrote: > Looks good to me. > > On Thu, Apr 6, 2017 at 3:03 PM Michael Wall wrote: > > > Hello, > > > > The Apache Accumulo PMC decided to draft its quarterly board > > reports on the dev list. Here is a draft

Re: Draft Board Report for Apr 2017

2017-04-10 Thread Christopher
Looks good to me. On Thu, Apr 6, 2017 at 3:03 PM Michael Wall wrote: > Hello, > > The Apache Accumulo PMC decided to draft its quarterly board > reports on the dev list. Here is a draft of our report which is due by > Wednesday, Apr 12 . Please let me know if you have any