Measure Job Execution Time
Posted by
Paolo Cristofanelli on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Measure-Job-Execution-Time-tp15016.html
I would like to measure exactly the job execution time when executing a job in standalone mode. The result provided by the web interface is not accurate enough. I have seen the answer provided at this link
https://stackoverflow.com/questions/34243365/measure-job-execution-time-in-flink ,
but it seems that when executing the program in Flink last system.out.println is ignored and therefore, I have no way of accessing the job time in this way.
Thanks for your attention,
Paolo