You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/09/24 07:59:34 UTC

[jira] [Updated] (HBASE-12069) Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations.

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

stack updated HBASE-12069:
--------------------------
    Attachment: 12069.txt

Patch that does cleanup in HFile.Writer only.  Removes being able to pass in append with key and value individually specified since it expects client to do the serialization... a job that DBE should be doing. Fix the parent issue test in here too though its a hack until we do HFile.Reader-side. HFile.Reader will be a different issue. It leaks the old-school KV serialization everywhere.

> Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations.
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-12069
>                 URL: https://issues.apache.org/jira/browse/HBASE-12069
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.99.1
>
>         Attachments: 12069.txt
>
>
> See tail of parent task for discussion. Our HFile.Writer and HFile.Reader both have methods that have the client serialize Cells in the old KeyValue way.  Purge these methods from these private classes.



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