Re: Flink limitations under Beam

2017-04-09 Thread Aljoscha Krettek
> > From: Aljoscha Krettek > To: dev@flink.apache.org; amir bahmanyari > Sent: Tuesday, April 4, 2017 1:59 AM > Subject: Re: Flink limitations under Beam > > Hi, > I think you would mainly lose on performance, since Beam adds an additional > layer of abstraction and has

Re: Flink limitations under Beam

2017-04-04 Thread amir bahmanyari
ubject: Re: Flink limitations under Beam Hi, I think you would mainly lose on performance, since Beam adds an additional layer of abstraction and has some requirements from Runners that slow things down compared to running natively on Flink. I think feature wise, the only thing that you wi

Re: Flink limitations under Beam

2017-04-04 Thread Aljoscha Krettek
Hi, I think you would mainly lose on performance, since Beam adds an additional layer of abstraction and has some requirements from Runners that slow things down compared to running natively on Flink. I think feature wise, the only thing that you will lose is support for Iterations/feedback edg

Flink limitations under Beam

2017-04-03 Thread amir bahmanyari
Hi colleagues, been a long time. New project.What feature(s)/capabilities of Flink would become unavailable/limited if the pipeline app is written in Beam sdk using FlinkRunner? Thanks+regards