GitHub user okumin opened a pull request:
https://github.com/apache/flink/pull/5249
[hotfix] [docs] Fix Iterations documentation in datastream_api.md
* Fix a scala example which is using a wrong variable
* Remove partitioning descriptions
* partitioning parameters are already removed from
IterativeStream#closeWith/DateStream#iterate
* https://github.com/apache/flink/pull/988
* https://github.com/apache/flink/pull/4655
I'm not sure that the second modification is proper.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/okumin/flink fix-iterative-stream-doc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5249.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 #5249
----
commit 1925ca408a3e7a07806a766fbee146c4a575c08c
Author: okumin <mail@...>
Date: 2018-01-06T13:48:02Z
Fix Iterations documentation in datastream_api.md
* Fix a scala example which is using a wrong variable
* Remove partitioning descriptions
* partitioning parameters are already removed from
IterativeStream#closeWith/DateStream#iterate
* https://github.com/apache/flink/pull/988
* https://github.com/apache/flink/pull/4655
----
---