Cancel Streaming Job
Posted by
tambunanw on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Cancel-Streaming-Job-tp3657.html
Hi All,
Is there any way to stop/cancel the job that's restarting ?
I have already stop the cluster and start it again but seems it's still restarting in dashboard.
I also try to cancel the job via CLI by running bin/flink cancel <job_id> but it's not working.
Cheers