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 "Hudson (Commented) (JIRA)" <ji...@apache.org> on 2012/01/27 01:15:40 UTC

[jira] [Commented] (HADOOP-7997) SequenceFile.createWriter(...createParent...) no longer works on existing file

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

Hudson commented on HADOOP-7997:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1600 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1600/])
    HADOOP-7997. SequenceFile.createWriter(...createParent...) no longer works on existing file. Contributed by Gregory Chanan

eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236456
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/SequenceFile.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/TestSequenceFile.java

                
> SequenceFile.createWriter(...createParent...) no longer works on existing file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-7997
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7997
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.23.1
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>         Attachments: HDFS-2846.patch, hadoop-7997.txt
>
>
> SequenceFile.createWriter no longer works on an existing file, because old version specified OVEWRITE by default and new version does not.  This breaks some HBase tests.
> Tested against trunk.
> Patch with test to follow.

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