RowIterator and AccumuloRowInputFormat require row to fit in memory
-------------------------------------------------------------------

                 Key: ACCUMULO-44
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-44
             Project: Accumulo
          Issue Type: Improvement
          Components: client
    Affects Versions: 1.4.0
            Reporter: Billie Rinaldi
            Assignee: Billie Rinaldi
             Fix For: 1.4.0


RowIterator and AccumuloRowInputFormat read a row into a 
List<Entry<Key,Value>>, but instead they could produce an 
Iterator<Entry<Key,Value>.

--
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