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 <kamilt...@gmail.com> 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
>

Reply via email to