Hi Kamil, It's documented at the end of the page: https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/cli/#submitting-pyflink-jobs .
Regards, Dian On Tue, Nov 23, 2021 at 12:10 AM Matthias Pohl <[email protected]> wrote: > Hi Kamil, > afaik, the parameter passing should work as normal by just appending them > to the Flink job submission similar to the Java job submission: > ``` > $ ./flink run --help > Action "run" compiles and runs a program. > Syntax: run [OPTIONS] <jar-file> <arguments> > [...] > ``` > > Matthias > > On Mon, Nov 22, 2021 at 3:58 PM Kamil ty <[email protected]> wrote: > >> Hey, >> >> Looking at the examples at Command-Line Interface | Apache Flink >> <https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/cli/> >> I >> don't see an example of passing command line arguments to a pyflink job >> when deploying the job to a remote cluster with flink cli. Is this >> supported? >> >> Best Regards >> Kamil >> >
