Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I just downloaded external component from Talend Forge. I noticed that there are so many custom components there. I downloaded tMemoryMonitor and it works as it should be on Talend Open Studio.
However, when i try to run the same job with tMemoryMonitor in TAC using the Job Conductor, the component didn't show any information. the screenshot attached will give a better explanation.
What i did in the project is tMemoryMonitor>tKafkaInput>tLogRow.
When i run it on TOS, job will not stop unless i kill the job because i use tKafkaInput. Hence, the MemoryMonitor always give an information every 1 sec.
But, when i run it on TAC (Job Conductor), the job is automatically done (OK). KafkaInput is not running and MemoryMonitor is not showing any information (Kafka will always run if i remove MemoryMonitor Component).
Does the external component work in TAC? i've tried copying the external component to TAC .m2 but it didn't work as well. Am i making a mistake?
Please advice
Thank you in advance.
Hi Denis,
Now i could check the memory usage for each job using PuTTY accessing the TAC. So i sort of resolved the problem by that.
Maybe this new question will be general for everyone to answer.
Does external component (Downloading from Talend Forge) will work in TAC Job Conductor?
Thanks!