NIDHI GAMBHIR created HBASE-16139:
-------------------------------------
Summary: Use CellUtil instead of KeyValueUtil in Import.java
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
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)