Re: integration with a scheduler

2016-01-20 Thread Serkan Taş
Thank you very much Stephan and Robert. As Robert offers, the most common way is to execute a batch script, but i want to go beyond. i am going to work on both alternatives. Best regards, > 20 Oca 2016 tarihinde 22:53 saatinde, Stephan Ewen şunları > yazdı: > > If you want to programmatica

Re: integration with a scheduler

2016-01-20 Thread Stephan Ewen
If you want to programmatically start / stop / cancel jobs, have a look at the class "Client" ( https://github.com/apache/flink/blob/master/flink-clients/src/main/java/org/apache/flink/client/program/Client.java ) >From the classes RemoteEnvironment or the RemoteExecutor, you can see how to use i

Re: integration with a scheduler

2016-01-20 Thread Robert Metzger
Hi Serkan, I would suggest to have a look at the "./bin/flink" tool. It allows you to start ("run") and stop ("cancel") batch and streaming jobs. Flink doesn't support suspending jobs. You can also use the JobManager web interface (default port: 8081) to get the status of the job and also to canc

integration with a scheduler

2016-01-19 Thread serkan . tas
Hi, I am planning to integrate flink with our job scheduler product to execute jobs - especially bathc like - on flink which may be the part of some other DAG style job chain. I need some control ablities like start, stop, suspend, get status... Where shold i go through ? -- Serkan Tas Likya B