You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "VITALIY SAVCHENKO (JIRA)" <ji...@apache.org> on 2016/10/17 11:18:58 UTC

[jira] [Created] (HADOOP-13725) Open MapFile for append

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org