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 "Yulei Li (JIRA)" <ji...@apache.org> on 2016/10/19 07:07:58 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-13725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15587885#comment-15587885 ] 

Yulei Li commented on HADOOP-13725:
-----------------------------------

Could you describe the problem more detailed? In the MapFile source code, I see it have append method and before appending the method actually checks the new key. So how to reproduce your problem? Thanks

> 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