GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5470
[FLINK-8475][config][docs] Integrate RM options
## What is the purpose of the change
This PR integrates the RM `ConfigOptions` into the configuration docs
generator.
## Brief change log
* Add missing descriptions to config options (derived from existing
description/javadocs)
* integrate RM configuration table into `config.md`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 8475_rm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5470.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5470
----
commit 9f6baefbcbd2cbc5e01cf07f52145443ac4b121f
Author: zentol <chesnay@...>
Date: 2018-01-30T13:49:13Z
[FLINK-8475][config][docs] Integrate RM options
----
---