Could you check the logs in FLINK_HOME/log/. They might tell you what went
wrong after submitting the job to the jobmanager.
Cheers,
Till
On Wed, May 18, 2016 at 10:05 AM, Ramkumar
wrote:
> Hi,
>
> As you mentioned, my program contains a loop with infinite iterations. I
> was not able to sto
Hi,
As you mentioned, my program contains a loop with infinite iterations. I
was not able to stop by kill -9 command. Instead I killed the entire flink
cluster job. I set up the cluster again with one master and three slaves.
Now when I try to run the code, it is showing the following exceptio
Hi,
so you tried to stop flink by killing the processes?
I assume you've started Flink in the standalone cluster mode?
If you a kill, and a kill -9 should definitively stop Flink.
Did you check the log files of the task manager? The Flink services are
logging when they are receiving signals from t