You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/01/31 03:34:59 UTC

[jira] Reopened: (HBASE-1164) Remove HBase private copy of SequenceFile

     [ https://issues.apache.org/jira/browse/HBASE-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reopened HBASE-1164:
--------------------------


Hey Jim.  This is an awkward one.  We need the SequenceFile local because so it will use the local DataOutputStream which has a fix in it.  If we use the hadoop version, we'll pick up its DOS ( * <p>This is copy of Hadoop SequenceFile brought local so we can fix bugs; e.g. hbase-1097</p>)

> Remove HBase private copy of SequenceFile
> -----------------------------------------
>
>                 Key: HBASE-1164
>                 URL: https://issues.apache.org/jira/browse/HBASE-1164
>             Project: Hadoop HBase
>          Issue Type: Task
>          Components: io
>    Affects Versions: 0.19.0, 0.19.1, 0.20.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>             Fix For: 0.19.1, 0.20.0
>
>
> HBase maintains a private copy of SequenceFile although there are no changes from Hadoop's SequenceFile.
> As sync's will depend on modifications to Hadoop's SequenceFile, remove HBase private copy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.