rmetzger commented on a change in pull request #16175:
URL: https://github.com/apache/flink/pull/16175#discussion_r659791425
##########
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:
Except for a few years of using Eclipse, I've never managed in my life
to set up automated line wrapping. Main reason is that I'm not really convinced
of that concept.
I'll do some wrapping to my change.
--
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]