This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from af5bbfc [FLINK-9790] [docs] Add documentation for UDFs in SQL Client
new c33aefa [FLINK-9159][mesos] Set default value of
mesos.failover-timeout to 1 week.
new a1d5fb3 [FLINK-9159][runtime] Deprecate config key
slotmanager.request-timeout
new e1ca4c4 [hotfix][docs] Add -DskipTests flag to command that generates
docs.
The 3 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/_includes/generated/mesos_configuration.html | 2 +-
.../generated/resource_manager_configuration.html | 5 ++
.../generated/slot_manager_configuration.html | 21 -------
docs/ops/config.md | 6 --
.../flink/configuration/JobManagerOptions.java | 6 ++
.../configuration/ResourceManagerOptions.java | 25 +++++---
flink-docs/README.md | 4 +-
.../flink/mesos/configuration/MesosOptions.java | 2 +-
.../slotmanager/SlotManagerConfiguration.java | 22 ++++++-
.../slotmanager/SlotManagerConfigurationTest.java | 67 ++++++++++++++++++++++
10 files changed, 120 insertions(+), 40 deletions(-)
delete mode 100644 docs/_includes/generated/slot_manager_configuration.html
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManagerConfigurationTest.java