This is an automated email from the ASF dual-hosted git repository.

kkloudas pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from e5b1ca0  [FLINK-17795][example] Add MatrixVectorMul example
     new 08973b5  [hotfix][cli] Update the help message of the Generic CLI
     new 924265a  [hotfix] Fix typo in ops/deployment/index
     new b4adb22  [FLINK-18084] Rename the ExecutorCLI to GenericCLI according 
to docs
     new 7dfd517  [FLINK-18084][docs] Document the Application Mode

The 4 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:
 docs/ops/cli.md                                    | 132 ++++++++++-----------
 docs/ops/cli.zh.md                                 | 132 ++++++++++-----------
 docs/ops/deployment/index.md                       |  80 ++++++++++++-
 docs/ops/deployment/index.zh.md                    |  78 ++++++++++++
 docs/ops/deployment/native_kubernetes.md           |   2 +-
 docs/ops/deployment/native_kubernetes.zh.md        |   2 +-
 docs/ops/deployment/yarn_setup.md                  |  43 ++++++-
 docs/ops/deployment/yarn_setup.zh.md               |  39 +++++-
 .../org/apache/flink/client/cli/CliFrontend.java   |   2 +-
 .../cli/{ExecutorCLI.java => GenericCLI.java}      |  14 ++-
 .../{ExecutorCLITest.java => GenericCLITest.java}  |  12 +-
 .../flink/kubernetes/cli/KubernetesSessionCli.java |   6 +-
 .../apache/flink/yarn/FlinkYarnSessionCliTest.java |   4 +-
 13 files changed, 392 insertions(+), 154 deletions(-)
 rename 
flink-clients/src/main/java/org/apache/flink/client/cli/{ExecutorCLI.java => 
GenericCLI.java} (87%)
 rename 
flink-clients/src/test/java/org/apache/flink/client/cli/{ExecutorCLITest.java 
=> GenericCLITest.java} (94%)

Reply via email to