You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2020/09/23 15:13:26 UTC

[flink] branch master updated (dad7297 -> 5e29fb6)

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

aljoscha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from dad7297  [FLINK-19331][state-processor-api] Native resource leak when working with RocksDB
     add 0baa1c4  [FLINK-11779] Update the description of the CLI -m parameter
     add 6878d7c  [FLINK-11779] Update documentation about ‘RestOptions’
     add 5e29fb6  [FLINK-11779] Update documentation based on bin/flink output

No new revisions were added by this update.

Summary of changes:
 .../generated/common_host_port_section.html        |   4 +-
 docs/_includes/generated/rest_configuration.html   |   4 +-
 docs/ops/cli.md                                    | 231 ++++++++++++---------
 .../client/cli/AbstractCustomCommandLine.java      |  17 --
 .../org/apache/flink/client/cli/DefaultCLI.java    |  28 +++
 .../apache/flink/configuration/RestOptions.java    |   4 +-
 ...ackYarnSessionCli.java => AbstractYarnCli.java} |  42 ++--
 .../flink/yarn/cli/FallbackYarnSessionCli.java     |  37 +---
 .../apache/flink/yarn/cli/FlinkYarnSessionCli.java |  32 +--
 9 files changed, 192 insertions(+), 207 deletions(-)
 copy flink-yarn/src/main/java/org/apache/flink/yarn/cli/{FallbackYarnSessionCli.java => AbstractYarnCli.java} (70%)