Re: REST job submission

2018-11-14 Thread Flavio Pompermaier
Done: https://issues.apache.org/jira/browse/FLINK-10879 On Wed, Nov 14, 2018 at 10:14 AM Chesnay Schepler wrote: > I wouldn't consider it a _bug_ in that sense, but agree that the current > behavior isn't ideal. Running a job via the CLI or WebUI should behave > the same way, as such please

Re: REST job submission

2018-11-14 Thread Chesnay Schepler
I wouldn't consider it a _bug_ in that sense, but agree that the current behavior isn't ideal. Running a job via the CLI or WebUI should behave the same way, as such please open a JIRA. On 12.11.2018 12:50, Flavio Pompermaier wrote: Hi to all, in our ETL we need to call an external (REST)

REST job submission

2018-11-12 Thread Flavio Pompermaier
Hi to all, in our ETL we need to call an external (REST) service once a job ends: we extract informations about accumulators and we update the job status. However this is only possible if using the CLI client: if we call the job via the REST API o Web UI (that is very useful to decouple our UI