Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
how to get source and target record for tavroinput/output and tparquetinput/output components in talend bigdata
Regards
Prasanna.
Hi,
tAvroInput and tFileInputParquet are input components. So they just need file name and schema details to parse the data from files. Similar is the case for output components where you are going to write the data in specific format.
So I did not get your query where you are trying to get the source and target record for the above components.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Source and target record count in talend bigdata
Hi,
You cannot directly measure them in BD components as the flow will be split to multiple processes inside BD job. If you want to have the count, you will have to use DI job to do the preliminary checks where you will have more components.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂