Re: Operators in Flink

2018-04-25 Thread Felipe Gutierrez
thanks Robert, I will definitely have a look at it. *--* *-- Felipe Gutierrez* *-- skype: felipe.o.gutierrez* *--* *https://felipeogutierrez.blogspot.com * On Wed, Apr 25, 2018 at 9:45 AM, Robert Metzger wrote: > Hi Felipe, > > Operators are fused by the

Re: Operators in Flink

2018-04-25 Thread Robert Metzger
Hi Felipe, Operators are fused by the system, yes. We call it operator chaining, read more about it here: https://ci.apache.org/projects/flink/flink-docs-master/concepts/runtime.html On Fri, Apr 20, 2018 at 11:58 AM, Felipe Gutierrez < felipe.o.gutier...@gmail.com> wrote: > Hi, > > I have a doub