nicoweidner commented on a change in pull request #16175:
URL: https://github.com/apache/flink/pull/16175#discussion_r659656421
##########
File path: docs/content/docs/deployment/cli.md
##########
@@ -78,6 +78,11 @@ There is another action called `run-application` available
to run the job in
[Application Mode]({{< ref "docs/deployment/overview" >}}#application-mode).
This documentation does not address
this action individually as it works similarly to the `run` action in terms of
the CLI frontend.
+The `run` and `run-application` commands support passing additional
configuration parameters via the
+`-D` argument. For example setting the [maximum parallelism]({{< ref
"docs/deployment/config#pipeline-max-parallelism" >}}#application-mode) for a
job can be done by setting `-Dpipeline.max-parallelism=120`. This argument is
very useful for configuring per-job or application mode clusters, because you
can pass any configuration parameter to the cluster, without changing the
configuration file.
Review comment:
Any restrictions on line length? This one is very long (in contrast to
the previous one)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]