[
https://issues.apache.org/jira/browse/SQOOP-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14210138#comment-14210138
]
ASF subversion and git services commented on SQOOP-1349:
--------------------------------------------------------
Commit 90ec25b2a8ac44b1f42ac7d9eb0a1557717a3629 in sqoop's branch
refs/heads/sqoop2 from [~abec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=90ec25b ]
SQOOP-1349: Sqoop2: Use configurable writable to get Intermediate Data Format
(Veena Basavaraj via Abraham Elmahrek)
> 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-tested.patch, 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)