Re: cancel running stream job

2016-02-19 Thread Till Rohrmann
Furthermore, if all of your sources are stoppable, then you can even stop the streaming job gracefully now either using the CLI or the StopJob message. Cheers, Till ​ On Fri, Feb 19, 2016 at 12:16 PM, Márton Balassi wrote: > Adding to Ufuk's answer: yes, cancelling

Re: cancel running stream job

2016-02-19 Thread Márton Balassi
Adding to Ufuk's answer: yes, cancelling the job frees up the resources. :) Best: Marton On Fri, Feb 19, 2016 at 12:10 PM, Ufuk Celebi wrote: > Yes, you can cancel it via the web frontend or the CLI interface [1]. > > If you can send messages to the JobManager, you can also

Re: cancel running stream job

2016-02-19 Thread Ufuk Celebi
Yes, you can cancel it via the web frontend or the CLI interface [1]. If you can send messages to the JobManager, you can also send a CancelJob message yourself. [1] https://ci.apache.org/projects/flink/flink-docs-master/apis/cli.html On Fri, Feb 19, 2016 at 12:08 PM, Nikolaas s

cancel running stream job

2016-02-19 Thread Nikolaas s
Hi guys, I'm trying to connect flink streaming and zeppelin, however if I try to resubmit a streaming program from zeppelin I receive a "org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException". Is there a way to cancel a running Streaming Job ? And would cancelling the