Re: org.apache.flink.util.FlinkException: Could not cancel job

2018-09-05 Thread Chang Liu
You are correct. Thanks! I misused the job ID. Sorry for bothering you guys. Best regards, Chang from iPhone > On 4 Sep 2018, at 18:06, Chesnay Schepler wrote: > > Please check that the job ID is correct. > >> On 04.09.2018 15:48, Chang Liu wrote: >> Dear All, >> >> I had the following

Re: org.apache.flink.util.FlinkException: Could not cancel job

2018-09-04 Thread Chesnay Schepler
Please check that the job ID is correct. On 04.09.2018 15:48, Chang Liu wrote: Dear All, I had the following issue when trying to cancel a job from CLI. I am wondering am I in the proper way of canceling a job? Or, there is more elegant way to do this, both in code or in CLI? Many Thanks! B