Re: Administration of running jobs

2016-09-09 Thread Marek Svitok
Hi Robert. Thank you very much for your reply. I'll take a look at it. Marek. On 9.9.2016 12:09, Robert Metzger wrote: Hi Marek, You can use the RemoteExecutionEnvironment to submit a job programatically to a Flink cluster. there is also some ongoing work to programatically control submitt

Re: Administration of running jobs

2016-09-09 Thread Robert Metzger
Hi Marek, You can use the RemoteExecutionEnvironment to submit a job programatically to a Flink cluster. there is also some ongoing work to programatically control submitted jobs: https://issues.apache.org/jira/browse/FLINK-4272. But for now you would probably need to hack something using the Job