Ufuk Celebi created FLINK-1507: ---------------------------------- Summary: Allow to configure produced intermediate result type via ExecutionConfig Key: FLINK-1507 URL: https://issues.apache.org/jira/browse/FLINK-1507 Project: Flink Issue Type: Improvement Components: Distributed Runtime Affects Versions: master Reporter: Ufuk Celebi Priority: Minor
Currently, the default type of intermediate results is pipelined. With [#356|https://github.com/apache/flink/pull/356], we will use blocking intermediate results for branching flows, which are merged later. We can keep this mechanism, but we should make it configurable via ExecutionConfig to allow more fine-grained control of the flows. -- This message was sent by Atlassian JIRA (v6.3.4#6332)