[
https://issues.apache.org/jira/browse/SQOOP-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abraham Elmahrek updated SQOOP-1349:
------------------------------------
Description:
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.
was:
{code}
todo from Abe
{code}
> 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)