You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kk...@apache.org on 2020/06/10 14:01:39 UTC

[flink] branch master updated (0c9e7b2 -> 7aa5f33)

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 0c9e7b2  [FLINK-17795][example] Add MatrixVectorMul example
     add c67e796  [hotfix][cli] Update the help message of the Generic CLI
     add d98b935  [hotfix] Fix typo in ops/deployment/index
     add bdcaea6  [FLINK-18084] Rename the ExecutorCLI to GenericCLI according to docs
     add 7aa5f33  [FLINK-18084][docs] Document the Application Mode

No new revisions were added by this update.

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%)