And it uses the `IteratorSetting(int height, Class<?> iterator)` constructor, so the name of the iterator is the class itself. Naming your iterator should be a short term fix. I created ACCUMULO-1267 to make a smarter input format.
On Thu, Apr 11, 2013 at 2:22 PM, William Slacum < [email protected]> wrote: > I've noticed the InputFormat sticks one in the stack at some arbitrary > height, such as 50. > > > On Thu, Apr 11, 2013 at 2:10 PM, Chris Sigman <[email protected]> wrote: > >> I've just run a job for the second time where I've called addIterator >> with a RegExFilter, and it's saying that the filter name is already in use. >> When I try to scan using the shell though, the iterator's not there... >> what's going on? >> >> Thanks, >> -- >> Chris >> > >
