Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Monitoring row In/Output

I am working with Talend Open Studio.
Because in the Open Source version there is no real monitoring if run the transformation via JAVA+Cronjob i am trying to implement my own. I tried a lot with tlog and tflow meter but i cant figure out how i can get the outcome i wanna implement.
I am trying to implement something similar to the information i can see if i run a job within Talend Open Studio manually.
That means i wanna log how much rows are going into my components and how much row are coming out.
In the next step i wanna implement To monitor echt of my "sub"-jobs intotal when i am runing my "main"-job.
Can anyone help me with that? 
Labels (3)
3 Replies
Anonymous
Not applicable
Author

There are two possible ways:
1. Test the AMC database - the build-in method from Talend
2. Try the user component suite tJobInstance* from talend exchange:
https://exchange.talend.com/#marketplacesearch:gallery=marketplace%252F1&ob=releaseDate&o=0&c=20&d=t...
which has different and more mature capabilities.

Anonymous
Not applicable
Author

Hi,
Talend provides users with a free trial version of Talend Enterprise Data Integration. You can download it freely from: http://www.talend.com/download?qt-download_landing=2#qt-download_landing
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi btiegel, you can do all this with the Talend Open Source edition. I have written a tutorial on this here.