README.filter refers to non-existing interface: 
org.apache.accumulo.core.iterators.iterators.filter.Filter
----------------------------------------------------------------------------------------------------------

                 Key: ACCUMULO-275
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-275
             Project: Accumulo
          Issue Type: Improvement
          Components: docs
            Reporter: David Medinets
            Assignee: Adam Fuchs
            Priority: Minor


README.filter says:

{noformat}
Filters implement the 
org.apache.accumulo.core.iterators.iterators.filter.Filter interface which 
contains a method accept(Key k, Value v)
{noformat}

However, I can't find that interface. The 
org.apache.accumulo.core.iterators.user.AgeOffFilter class extends the 
org.apache.accumulo.core.iterators.Filter class.

It seems like the interface has been removed, please update the README.filter 
file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to