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

2016-06-29 Thread NIDHI GAMBHIR (JIRA)

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

NIDHI GAMBHIR commented on HBASE-16139:
---

Thanks Ted and Anoop.

> 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
> Fix For: 2.0.0
>
> 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)


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

2016-06-29 Thread Hudson (JIRA)

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

Hudson commented on HBASE-16139:


FAILURE: Integrated in HBase-Trunk_matrix #1136 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/1136/])
HBASE-16139 Use CellUtil instead of KeyValueUtil in Import (NIDHI (tedyu: rev 
6fb0dd07a81f9e5a109f23c853cd1e0fc1938c2b)
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.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
> Fix For: 2.0.0
>
> 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)


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

2016-06-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-16139:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 2m 37s {color} 
| {color:red} HBASE-16139 does not apply to master. Rebase required? Wrong 
Branch? See https://yetus.apache.org/documentation/0.2.1/precommit-patchnames 
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12814626/16139.v2.patch |
| JIRA Issue | HBASE-16139 |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/2420/console |
| Powered by | Apache Yetus 0.2.1   http://yetus.apache.org |


This message was automatically generated.



> 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
> Fix For: 2.0.0
>
> 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)