Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.99.3
-
None
Description
The below code performs an unnecessary string copy.
toDataFormat.setObjectData( matcher.getMatchingData( fromDataFormat.getObjectData() ) ); writable.setString(toDataFormat.getTextData()); context.write(writable, NullWritable.get());
It would be better to just pass IDFs around.
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-10686 Writables are not always configured
- Closed
-
SQOOP-777 Sqoop2: Implement intermediate data format representation policy
- Resolved
- is blocked by
-
SQOOP-1452 Sqoop2: Upgrade to Hadoop 2.5.1
- Resolved
- links to