[
https://issues.apache.org/jira/browse/FLINK-32884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-32884:
-----------------------------------
Labels: pull-request-available (was: )
> PyFlink remote execution should support URLs with paths and https scheme
> ------------------------------------------------------------------------
>
> Key: FLINK-32884
> URL: https://issues.apache.org/jira/browse/FLINK-32884
> Project: Flink
> Issue Type: New Feature
> Components: Client / Job Submission, Runtime / REST
> Affects Versions: 1.17.1
> Reporter: Elkhan Dadashov
> Assignee: Elkhan Dadashov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.19.0
>
>
> Currently, the `SUBMIT_ARGS=remote -m http://<hostname>:<port>` format. For
> local execution it works fine `SUBMIT_ARGS=remote -m http://localhost:8081/`,
> but it does not support the placement of the JobManager behind a proxy or
> using an Ingress for routing to a specific Flink cluster based on the URL
> path. In the current scenario, it expects JobManager to access PyFlink jobs
> at `http://<hostname>:<port>/v1/jobs` endpoint. Mapping to a non-root
> location,
> `https://<hostname>:<port>/flink-clusters/namespace/flink_job_deployment/v1/jobs`
> is not supported.
> This will use changes from
> [FLINK-32885](https://issues.apache.org/jira/browse/FLINK-32885)(https://issues.apache.org/jira/browse/FLINK-32885)
> Since RestClusterClient talks to the JobManager via its REST endpoint, the
> right format for `SUBMIT_ARGS` is a URL with a path (also support for https
> scheme).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)