VITALIY SAVCHENKO created HADOOP-13725:
------------------------------------------

             Summary: Open MapFile for append
                 Key: HADOOP-13725
                 URL: https://issues.apache.org/jira/browse/HADOOP-13725
             Project: Hadoop Common
          Issue Type: New Feature
            Reporter: VITALIY SAVCHENKO


I think it possible to open MapFile for appending.

SequenceFile support it (Option SequenceFile.Writer.appendIfExists(true) 
HADOOP-7139)

Now it almost working. But if use SequenceFile.Writer.appendIfExists(true) 
MapFile.Writer - it not read last key and does not check new keys. That's why 
MapFile can be corrupted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to