Re: Questions about user doc.

2019-07-17 Thread Biao Liu
Hi Vishwas, > I am guessing this means that Flink executes successive tasks from different pipelines successively right ? As the document described, "Note that Flink often executes successive tasks concurrently: For Streaming programs, that happens in any case, but also for batch programs, it hap

Questions about user doc.

2019-07-16 Thread Vishwas Siravara
Hey guys, In this document : https://ci.apache.org/projects/flink/flink-docs-stable/internals/job_scheduling.html , there is a line in the beginning of the scheduling section which says that : "A pipeline consists of multiple successive tasks, such as the *n-th* parallel instance of a MapFunction t