Re: Job Startup Arguments

2019-04-25 Thread Chesnay Schepler
The passed job arguments can not be queried via the REST API. When submitting jobs through the CLI these parameters never arrive at the cluster; in case of REST API submission they are immediately discarded after the submission has finished. On 25/04/2019 12:25, Dawid Wysakowicz wrote: Hi Ste

Re: Job Startup Arguments

2019-04-25 Thread Dawid Wysakowicz
Hi Steve, As far as I know, this information is not available in REST API, but it would be good to double check with Chesnay(cc'ed). You can see the complete list of available REST commands here[1]. Best, Dawid [1] https://ci.apache.org/projects/flink/flink-docs-release-1.8/monitoring/rest_api.

Job Startup Arguments

2019-04-24 Thread Steven Nelson
Hello! Is there a way (via the REST API) to see the parameters used to start a job? -Steve