-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.99.3
-
Fix Version/s: 1.99.5
-
Component/s: sqoop2-framework
-
Labels:None
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.
- 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