Re: FLink Streaming - Parallelize ArrayList

2015-09-29 Thread defstat
Is there any way to "broadcast" the internal list so that all processing nodes "Know" the list, and use it either inside the connect function or in a fold operation? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/FLink-S

Re: FLink Streaming - Parallelize ArrayList

2015-09-29 Thread Aljoscha Krettek
0.n4.nabble.com/FLink-Streaming-Parallelize-ArrayList-tp2957p2959.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. >

Re: FLink Streaming - Parallelize ArrayList

2015-09-29 Thread defstat
Will that keep a global list for all execution environment? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/FLink-Streaming-Parallelize-ArrayList-tp2957p2959.html Sent from the Apache Flink User Mailing List archive. mailing list archive at

Re: FLink Streaming - Parallelize ArrayList

2015-09-29 Thread Aljoscha Krettek
> } > > I think that that approach could work only locally. Is there a way to > parallelize the above? > > Thank you in advance > > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/FLink-Streaming-Parallelize-ArrayList-tp2957.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. >

FLink Streaming - Parallelize ArrayList

2015-09-28 Thread defstat
t that approach could work only locally. Is there a way to parallelize the above? Thank you in advance -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/FLink-Streaming-Parallelize-ArrayList-tp2957.html Sent from the Apache Flink User Mailing List a