Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have modified a talend component which writes into avro file in spark job. Version of talend is 7.0.1, The code is modified as expected but while executing the job. the output is not written into files. When we tried with the Talend provided component it works and able to create output files. What am I missing, I compared the code generated by two jobs using custom and native components and it is exactly same(I added feature to choose between the code it can be same as talend specific or custom one with additional feature). I am executing the job by building it and running in spark submit command. I see only dependency for the component is the below line in one of the jet file <%@ include file="@{org.talend.designer.components.mrprovider}/resources/utils/talend_lineage_api.javajet"%> But my questions here. is this the reason for the issue? How to fix it? How is the code generate exactly same as the talend component?
Hello,
As a prerequisite, we strongly recommend that you read the articles What is a component and Component code generation model to know how a Talend component is structured, and learn about the component code generation order and related technologies.
Best regards
Sabrina