Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Talend Open Studio for Big Data
Version: 7.4.1
Build id: M9
Vm is from jdk1.8.0_221
macOS Big Sur 11.3.1
I have checked the Statistics checkbox under Window > Preferences > Talend > Run/Debug and also the Clear before run and Save before execution checkboxes (in fact I have reset them to the defaults). But I see no statistics in the job in integration view when running the job. The job runs without error but I can’t tell how many rows are being processed by each component which is extremely useful. I had this working in Talend Open Studio 7.0 but Big Sur forced me to upgrade as the tMap designers graphics were a mess and couldn't be used.
Is there some other setting I need to enable to see statistics when I run the job in 7.4.1?
Hi Sabrina, thanks for testing it. I can confirm that if I create a new job instead of upgrading and existing one we do see statistics again.
Hello,
Is everything getting better after restarting your studio?
Best regards
Sabrina
No, restarting doesn't help.
Hello,
Could you please follow these settings in your job to see if there will show stats?
Check for 'tStatCatcher Statistics' option in Advanced Settings for your all components.
Pull in tStatCatcher and tLogRow components for detailed stats.
Best regards
Sabrina
I have enabled statcatcher in all components advanced settings and restarted. Still no stats appear. I have tLogRows which work though it would be useful to see the rows processed in the green stats also. If I drop a new tStatcatcher component into the job it doesn't have the checkboxes for 'Catch Java Exception', 'Catch tDie' and 'Catch tWarn' but that doesn't seem relevant to the green statistics.
Hello,
We will make a testing on 7.4.1 M9, Mac OS Big Sur to see if this issue repro from our end and then come back to you as soon as we can.
Best regards
Sabrina
Hello,
We made a testing on 7.4.1 M9, Mac OS Big Sur and cannot repro this issue from our end. Could you please try to re-create a new job to see if it works?
Best regards
Sabrina
Hi Sabrina, thanks for testing it. I can confirm that if I create a new job instead of upgrading and existing one we do see statistics again.
Hello,
No sure that it is an issue from milestone version, as talend open studio V 7.4.1 is still a testing version not released one.
Feel free to let us know if there is any blocked issue from your side.
Best regards
Sabrina
Also statistics are now showing in other existing jobs since I got them working in a brand new job with just a FileInputDelimited and a tLogRow.