[ 
https://issues.apache.org/jira/browse/SQOOP-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208960#comment-14208960
 ] 

Veena Basavaraj commented on SQOOP-1349:
----------------------------------------

thank you [~abec], I was thinking exactly the same, how to fix this inefficient 
copying between the 2. I will apply this patch you have and test it.

> Sqoop2: Use configurable writable to get Intermediate Data Format
> -----------------------------------------------------------------
>
>                 Key: SQOOP-1349
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1349
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: sqoop2-framework
>    Affects Versions: 1.99.3
>            Reporter: Abraham Elmahrek
>            Assignee: Veena Basavaraj
>             Fix For: 1.99.5
>
>         Attachments: SQOOP-1349.abe.patch
>
>
> The below code performs an unnecessary string copy.
> {code}
> toDataFormat.setObjectData( matcher.getMatchingData( 
> fromDataFormat.getObjectData() ) );
> writable.setString(toDataFormat.getTextData());
> context.write(writable, NullWritable.get());
> {code}
> It would be better to just pass IDFs around.



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

Reply via email to