Details
-
Bug
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
None
-
None
Description
It seems that DataStream.global() and DataStream.forward() are not documented.
From the JavaDocs, I don't really get why we need them.
For DataStream.global(), users can just set the parallelism of the following operator to p=1.
Forward is the default behavior anyways.