GitHub user satybald opened a pull request:
https://github.com/apache/flink/pull/6229
[docs]Replaced deprecated `high-availability.storageDir` parameter from doc
## What is the purpose of the change
Replace depricated paramater
[high-availability.zookpeer.storageDir](https://github.com/apache/flink/blob/0deaa3b1b997442a92d605102bab59bcd28a4db3/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java#L1077)
with
[high-availability.storageDir](https://github.com/apache/flink/blob/009e9fe4e9a24ccad949d75d745f9a1d8cf3ae98/flink-core/src/main/java/org/apache/flink/configuration/HighAvailabilityOptions.java#L70)
in HA setup doc.
## Brief change log
one-line change to replace parameter
## Verifying this change
This change is a trivial rework / code cleanup
## Does this pull request potentially affect one of the following parts:
no
## Documentation
- Does this pull request introduce a new feature? ( no)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/satybald/flink remove-zk-storageDir
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6229.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 #6229
----
commit 6fd0fca37bb288808b5f28182b2c83eada3cec2c
Author: Sayat Satybaldiyev <sayatez@...>
Date: 2018-06-29T13:22:57Z
Remove depricated parameter from doc
----
---