Login  Register

breaking the pipe line

Posted by Alieh on Jan 11, 2019; 5:34pm
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/breaking-the-pipe-line-tp25471.html

Hello all,

I have a very very long pipeline (implementation of an incremental
algorithm). It takes a very long time for Flink execution planner to
create the plan. So I splitted the pipeline into several independent
pipelines by writing down the intermediate results and again read them.
Is there any other more efficient way to do it?

Best,

Alieh