Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am unable to join outputs from 2 tmap components using tunite. I have checked and made sure that the columns in both have same data type. Still, it is only allowing to connect just 1 output from tmap. Can you please help me in solving this.
Attaching snapshot of my current job:
redshiftqa --lookup--> tmap ----------------------------->
|(main)
postgresinput1 --> |
tunite --------> treplicate join the outputs from above 2 tmaps using tunite.
postgresinput2 --> |
|(lookup)
redshiftqa1 --main--> tmap(left join)----------------------------->
Using multiple tHash components is causing memory issue. Please refer the screenshot FYR. How can I join multiple outputs. Please suggest.
Thanks in Advance!!
Hello,
Is it possible to use a tFileOutputDelimited component to store the result with same target output (Append option) for your use case?
Here is a workaround to optimize the Job to reduce the size of the final generated code of a subjob.
https://community.talend.com/s/article/Exceeding-the-Java-bytes-limit-1Z1UZ
Feel free to let us know if it helps.
Best regards
Sabrina
Hi Sabrina,
Storing result in file/DB is not part of clients requirement. Hence looking for inbuilt talend components where it can store results temporarily.
Hello,
Could you please have a look at this workaround to divide the subjob into several subjobs to see if it could avoid this exceeding the Java 65535 bytes limit?
https://community.talend.com/s/article/Exceeding-the-Java-bytes-limit-1Z1UZ
Best regards
Sabrina