Re: Cancel Streaming Job

2015-11-24 Thread Ufuk Celebi
You can use the current release candidate if you like to try it out: Binaries are here: http://people.apache.org/~rmetzger/flink-0.10.1-rc1/ The dependency with version 0.10.1 is found in the staging repositories: https://repository.apache.org/content/repositories/orgapacheflink-1058 If you

Re: Cancel Streaming Job

2015-11-24 Thread Welly Tambunan
Hi Gyula and Ufuk, Thanks, I will give it a try. Cheers On Tue, Nov 24, 2015 at 3:42 PM, Ufuk Celebi wrote: > You can use the current release candidate if you like to try it out: > > Binaries are here: > > http://people.apache.org/~rmetzger/flink-0.10.1-rc1/ > > The

Cancel Streaming Job

2015-11-23 Thread Welly Tambunan
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 but it's not working. Cheers -- Welly Tambunan Triplelands

Re: Cancel Streaming Job

2015-11-23 Thread Welly Tambunan
Hi All, Finally i've found the solution for killing the job manager. https://flink.apache.org/faq.html#i-cant-stop-flink-with-the-provided-stop-scripts-what-can-i-do But i do really hope that we have that cancel button for restarting job. Cheers On Tue, Nov 24, 2015 at 8:30 AM, Welly

Re: Cancel Streaming Job

2015-11-23 Thread Gyula Fóra
Hi! This issue has been fixed very recently and the fix will go into the upcoming bugfix release. (0.10.1) Should be out in the next few days :) Cheers Gyula On Tue, Nov 24, 2015 at 4:49 AM Welly Tambunan wrote: > Hi All, > > Finally i've found the solution for killing the