Thanks for the replies. I'll keep an eye on ACCUMULO-415, and in the meantime we'll do it a different way.
Liz On Tue, Apr 8, 2014 at 10:41 AM, Josh Elser <[email protected]> wrote: > Hi Liz, > > If you've configured an iterator on a table, there presently isn't a > way for you to not use that iterator. You'd have to manually enable > your custom iterator when you actually want to use it. > > In the future, you can watch ACCUMULO-415 [1] which would likely be > relevant for what you're asking. > > [1] https://issues.apache.org/jira/browse/ACCUMULO-415 > > On Tue, Apr 8, 2014 at 10:15 AM, Liz Ferme <[email protected]> wrote: > > Hi, > > > > Is it possible to temporarily disable (in client code) a scan time > iterator > > that's been configured for a table? We want to write an iterator that's > > enabled by default, but we want to give anyone writing queries the > option of > > disabling it for their query. There are other ways around our problem if > > this isn't possible, but this way seems the most straightforward. > > > > Thanks, > > Liz >
