GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5459
[FLINK-8475][config][docs] Integrate FS options
## What is the purpose of the change
This PR ports the fileystem ConfigConstants to `ConfigOptions` and
integrates them into the configuration docs generator.
## Brief change log
* port filesystem config constants to config options
* Add missing descriptions to config options (derived from existing
description/javadocs)
* integrate filesystem 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_fs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5459.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 #5459
----
commit 6238b4184295ab31933b4cc62a1f30ac11c0f09f
Author: zentol <chesnay@...>
Date: 2018-01-22T15:16:02Z
[FLINK-8475][config][docs] Integrate FS options
----
---