Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.0
Description
Blink planner config option "table.exec.shuffle-mode" should be extended to set GlobalDataExchangeMode for a job, values supported are:
- ALL_EDGES_BLOCKING/batch
- FORWARD_EDGES_PIPELINED
- POINTWISE_EDGES_PIPELINED
- ALL_EDGES_PIPELINED/pipelined
Note that values 'pipelined' and 'batch' are still supported to be compatible:
- ‘pipelined’ will be treated the same as ‘ALL_EDGES_PIPELINED’
- ‘batch’ will be treated the same as as ‘ALL_EDGES_BLOCKING’
Blink planner needs to set GlobalDataExchangeMode to StreamGraph according to the config value.
Attachments
Issue Links
- duplicates
-
FLINK-16543 Support setting schedule mode by config for Blink planner in batch mode
- Closed
- links to