This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 314f91d [FLINK-26036] Don't execute TaskExecutor.freeSlotInternal if
not running
add 47c5aae [FLINK-25999] Deprecate Per-Job Mode
No new revisions were added by this update.
Summary of changes:
docs/content/docs/concepts/flink-architecture.md | 52 ++++++++++---------
docs/content/docs/concepts/glossary.md | 3 +-
docs/content/docs/deployment/cli.md | 8 +--
docs/content/docs/deployment/overview.md | 40 ++++++++-------
.../resource-providers/native_kubernetes.md | 8 ---
.../resource-providers/standalone/docker.md | 10 +---
.../resource-providers/standalone/kubernetes.md | 8 ---
.../resource-providers/standalone/overview.md | 9 ----
.../docs/deployment/resource-providers/yarn.md | 60 ++++++++++++----------
.../generated/deployment_configuration.html | 2 +-
.../org/apache/flink/client/cli/GenericCLI.java | 8 +++
.../flink/client/deployment/ClusterDescriptor.java | 3 ++
.../executors/AbstractJobClusterExecutor.java | 1 +
.../flink/configuration/DeploymentOptions.java | 2 +-
.../runtime/entrypoint/JobClusterEntrypoint.java | 8 ++-
.../apache/flink/yarn/YarnClusterDescriptor.java | 3 ++
.../yarn/configuration/YarnDeploymentTarget.java | 6 ++-
.../yarn/entrypoint/YarnJobClusterEntrypoint.java | 12 ++++-
.../yarn/executors/YarnJobClusterExecutor.java | 1 +
.../executors/YarnJobClusterExecutorFactory.java | 1 +
20 files changed, 128 insertions(+), 117 deletions(-)