This is an automated email from the ASF dual-hosted git repository.
kkloudas pushed a change to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git.
from ddfc117 [hotfix] Fix incorrect link tag
new b32630df [FLINK-19969] CLI print run-application help msg
new ec2c011 [fix] Fix GenericCLI.targetOption description msg
new 6c2fa66 [refactor] Delegate option printing fully to CLIs
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/flink/client/cli/CliFrontend.java | 2 +-
.../apache/flink/client/cli/CliFrontendParser.java | 23 ++++++++++++++++++
.../org/apache/flink/client/cli/GenericCLI.java | 13 +++++++---
.../client/deployment/ClusterClientFactory.java | 11 +++++++++
.../deployment/ClusterClientServiceLoader.java | 8 +++++++
.../DefaultClusterClientServiceLoader.java | 28 ++++++++++++++++++++++
.../cli/util/DummyClusterClientServiceLoader.java | 7 ++++++
.../kubernetes/KubernetesClusterClientFactory.java | 7 ++++++
.../flink/yarn/YarnClusterClientFactory.java | 7 ++++++
9 files changed, 102 insertions(+), 4 deletions(-)