Job Startup Arguments

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Job Startup Arguments

Steven Nelson
Hello!

Is there a way (via the REST API) to see the parameters used to start a job?

-Steve
Reply | Threaded
Open this post in threaded view
|

Re: Job Startup Arguments

Dawid Wysakowicz-2
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.html#api

On 24/04/2019 21:10, Steven Nelson wrote:
> Hello!
>
> Is there a way (via the REST API) to see the parameters used to start
> a job?
>
> -Steve


signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Job Startup Arguments

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 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.html#api
>
> On 24/04/2019 21:10, Steven Nelson wrote:
>> Hello!
>>
>> Is there a way (via the REST API) to see the parameters used to start
>> a job?
>>
>> -Steve