This is an automated email from the ASF dual-hosted git repository.
kkloudas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from ea66e98 [hotfix] Fix incorrect link tag
add b305a50 [FLINK-19969] CLI print run-application help msg
add d2ce8b9 [fix] Fix GenericCLI.targetOption description msg
add 3ecb27d [refactor] Delegate option printing fully to CLIs
No new revisions were added by this update.
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(-)