Re: spark streaming

2018-06-29 Thread Lukasz Cwik
+dev On Fri, Jun 29, 2018 at 1:32 AM Akanksha Sharma B < akanksha.b.sha...@ericsson.com> wrote: > Hi, > > > I just started using apache beam pipeline for processing unbouned data, on > spark. So it essentially uses spark-streaming. > > > However, I came acros

spark streaming

2018-06-29 Thread Akanksha Sharma B
Hi, I just started using apache beam pipeline for processing unbouned data, on spark. So it essentially uses spark-streaming. However, I came across following statement in Spark Runner Documentation. "Note: support for the Beam Model in streaming is currently experimental, follow-up i

Re: Normal Spark Streaming vs Streaming on Beam with Spark Runner

2018-05-18 Thread chandan prakash
y the filter function are able to be consumed by the count). And finally, > runners are responsible for implementing GroupByKey (the Count.perElement > transform is composed of a GroupByKey followed by a combiner). Runners are > also responsible for the lifecycle of the job, (e.g. distribu

Re: Normal Spark Streaming vs Streaming on Beam with Spark Runner

2018-05-17 Thread Lukasz Cwik
mposed of a GroupByKey followed by a combiner). Runners are also responsible for the lifecycle of the job, (e.g. distributing your application to a cluster of machines and managing execution across that cluster). > > Thanks & Regards, > Chandan > > > > > > > > > On Wed, Ma

Re: Normal Spark Streaming vs Streaming on Beam with Spark Runner

2018-05-16 Thread chandan prakash
ere any limitations in terms of implementations, functionalities > or performance if we want to run streaming on Beam with Spark runner vs > streaming on Spark-Streaming directly ? > > At this moment the Spark runner does not support some parts of the Beam > model in > streamin

Re: Normal Spark Streaming vs Streaming on Beam with Spark Runner

2018-05-16 Thread Ismaël Mejía
Hello, Answers to the questions inline: > 1. Are there any limitations in terms of implementations, functionalities or performance if we want to run streaming on Beam with Spark runner vs streaming on Spark-Streaming directly ? At this moment the Spark runner does not support some parts of

Re: Normal Spark Streaming vs Streaming on Beam with Spark Runner

2018-05-15 Thread chandan prakash
, May 15, 2018 at 5:45 PM, chandan prakash wrote: > Hi Everyone, > I have just started exploring and understanding Apache Beam for new > project in my firm. > In particular, we have to take decision whether to implement our product > over spark streaming (as spark batch is already in

Normal Spark Streaming vs Streaming on Beam with Spark Runner

2018-05-15 Thread chandan prakash
Hi Everyone, I have just started exploring and understanding Apache Beam for new project in my firm. In particular, we have to take decision whether to implement our product over spark streaming (as spark batch is already in our eco system) or should we use Beam over spark runner to have future