Hi, The TaskManager which is running the Sync task is logging when its starting the next iteration. I know its not very convenient. You can also log the time and Iteration id (from the IterationRuntimeContext) in the open() method.
On Fri, Jun 26, 2015 at 9:57 AM, Pa Rö <paul.roewer1...@googlemail.com> wrote: > hello flink community, > > i have write a k means app for clustering temporal geo data. now i want > know how many time flink need for compute one iteration. Is it possible to > measure that, cause of the execution engine of flink? > > best regards, > paul >