Running multiple Flink Streaming Jobs, one by one

Posted by Biplob Biswas on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Running-multiple-Flink-Streaming-Jobs-one-by-one-tp8075.html

Hi,

I want to run test my flink streaming code, and thus I want to run flink streaming jobs with different parameters one by one.

So, when one job finishes after it doesn't receive new data points for sometime , the next job with a different set of parameter should start.

For this, I am already stopping my iteration automatically if it doesn't receive data points for 5 seconds, but when the job terminates how can I know it has terminated and the next job should start automatically?

Can this be done?

Thanks
Biplob