You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/06/29 09:46:45 UTC

[jira] [Updated] (HBASE-16139) Use CellUtil instead of KeyValueUtil in Import

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

Ted Yu updated HBASE-16139:
---------------------------
    Summary: Use CellUtil instead of KeyValueUtil in Import  (was: Use CellUtil instead of KeyValueUtil in Import.java)

> Use CellUtil instead of KeyValueUtil in Import
> ----------------------------------------------
>
>                 Key: HBASE-16139
>                 URL: https://issues.apache.org/jira/browse/HBASE-16139
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: NIDHI GAMBHIR
>            Assignee: NIDHI GAMBHIR
>            Priority: Minor
>         Attachments: 16139.v2.patch, HBASE-16139.patch
>
>
> Currently in Import.java, map function uses KeyValueUtil.createFirstOnRow. This method calls createByteArray which causes a lot of copying. Instead use CellUtil's createFirstOnRow method.



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