How to push a big file data in talend? -
i have created table have text input file 7.5 gb in size , there 65 million records , want push data amazon redshift table.
but after processing 5.6 million records it's no longer moving.
what can issue? there limitation tfileoutputdelimited job has been running 3 hours.
below job have created push data in redshift table.
tfileinputdelimited(.text)---tmap--->tfiloutputdelimited(csv)
|
|
ts3put(copy output file s3) ------> tredshiftrow(createtemptable)--> tredshiftrow(copy temp)
the limitation comes tmap component, not choice deal large amount of data, case, have enable option "store temp data" overcome memory consumption limitation of tmap. described in talend center.
Comments
Post a Comment