The structure of MarkableIterator should be cleaned up ------------------------------------------------------
Key: HADOOP-6002 URL: https://issues.apache.org/jira/browse/HADOOP-6002 Project: Hadoop Core Issue Type: Bug Reporter: Owen O'Malley Fix For: 0.21.0 Currently there is a non-public interface MarkableIteratorInterface and a concrete class MarkableIterator that has an inner MarkableIteratorIterface. We should either make the interface public and remove the class or remove the interface and make the class abstract with only abstract methods. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.