Is there any way to submit a PyFlink job to a cluster using Rest API? I check out this link https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/ops/rest_api/ but did not find any API related to python files. Thanks!
Asked
Active
Viewed 553 times
2 Answers
0
As far as I know, this is not possible at the moment. I also don't see a feature request for this in the Flink Jira tickets, but you can create one of course.

Martijn Visser
- 1,468
- 1
- 3
- 9
0
There is a stale, open PR to add this to the REST API: https://github.com/apache/flink/pull/8532 ...though it hasn't had activity recently.

tajobe
- 1