Re: Flink limitations under Beam

2017-04-09 Thread Aljoscha Krettek
oscha. > > > > From: Aljoscha Krettek <aljos...@apache.org> > To: dev@flink.apache.org; amir bahmanyari <amirto...@yahoo.com> > Sent: Tuesday, April 4, 2017 1:59 AM > Subject: Re: Flink limitations under Beam > > Hi, > I think you would mainly lose

Re: Flink limitations under Beam

2017-04-04 Thread amir bahmanyari
.@yahoo.com> 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 some requirements from Runners that slow things down compared to running natively on F

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

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