Re: Submitting an app via API

2017-02-06 Thread Flavio Pompermaier
Ok thanks! That's superuseful On 7 Feb 2017 08:51, "Ufuk Celebi" wrote: Hey Flavio! Yes, the REST API call is the same and the environment for batch is RemoteEnvironment. – Ufuk On 6 February 2017 at 19:18:31, Flavio Pompermaier (pomperma...@okkam.it) wrote: > Hi Ufuk, > does it work also for

Re: Submitting an app via API

2017-02-06 Thread Ufuk Celebi
Hey Flavio! Yes, the REST API call is the same and the environment for batch is  RemoteEnvironment. – Ufuk On 6 February 2017 at 19:18:31, Flavio Pompermaier (pomperma...@okkam.it) wrote: > Hi Ufuk, > does it work also for batch? > > On Mon, Feb 6, 2017 at 5:06 PM, Ufuk Celebi wrote: > > > Y

Re: Submitting an app via API

2017-02-06 Thread Flavio Pompermaier
Hi Ufuk, does it work also for batch? On Mon, Feb 6, 2017 at 5:06 PM, Ufuk Celebi wrote: > You can use RemoteStreamEnvironment or the REST APIs > (https://ci.apache.org/projects/flink/flink-docs- > release-1.3/monitoring/rest_api.html#submitting-programs). > > On Sun, Feb 5, 2017 at 4:43 PM, Luq

Re: Submitting an app via API

2017-02-06 Thread Luqman Ghani
Hi, Thanks a lot. On Mon, Feb 6, 2017 at 9:06 PM, Ufuk Celebi wrote: > You can use RemoteStreamEnvironment or the REST APIs > (https://ci.apache.org/projects/flink/flink-docs- > release-1.3/monitoring/rest_api.html#submitting-programs). > > On Sun, Feb 5, 2017 at 4:43 PM, Luqman Ghani wrote: >

Re: Submitting an app via API

2017-02-06 Thread Ufuk Celebi
You can use RemoteStreamEnvironment or the REST APIs (https://ci.apache.org/projects/flink/flink-docs-release-1.3/monitoring/rest_api.html#submitting-programs). On Sun, Feb 5, 2017 at 4:43 PM, Luqman Ghani wrote: > Hi, > > On quickstart page of Flink docs, it suggests starting a Flink app with >

Submitting an app via API

2017-02-05 Thread Luqman Ghani
Hi, On quickstart page of Flink docs, it suggests starting a Flink app with "bin/flink" command on command line. Is there any other way of submitting to a cluster of flink, that is, through API call within a program, or through server request? Thanks, Luqman