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