Re: Java parallel streams vs IterativeStream

2017-06-14 Thread nragon
I'll test with java 8 streams. Thanks, Nuno -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655p13737.html Sent from the Apache Flink User Mailing List archive. mailing list archi

Re: Java parallel streams vs IterativeStream

2017-06-14 Thread Aljoscha Krettek
> have to test it. > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655p13735.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Re: Java parallel streams vs IterativeStream

2017-06-14 Thread nragon
I've mentioned java 8 stream beacuse avoids leaving map, thus decreasing network io, if not chained, and takes advantage of multiple cpus. Guess will have to test it. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-strea

Re: Java parallel streams vs IterativeStream

2017-06-14 Thread Aljoscha Krettek
Map, T> I would have to downstream > all elements into one. > > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655p13685.html > Sent from the Apache Flink Us

Re: Java parallel streams vs IterativeStream

2017-06-13 Thread nragon
That would work but after FlatMap, T> I would have to downstream all elements into one. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655p13685.html Sent from the Apache Flink User Mailing L

Re: Java parallel streams vs IterativeStream

2017-06-13 Thread Aljoscha Krettek
f the computation for each list element is to heavy, how > can one parallelize it? > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655p13677.html > Sent fr

Re: Java parallel streams vs IterativeStream

2017-06-13 Thread nragon
one parallelize it? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655p13677.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Java parallel streams vs IterativeStream

2017-06-13 Thread Aljoscha Krettek
: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Java parallel streams vs IterativeStream

2017-06-12 Thread nragon
context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Java-parallel-streams-vs-IterativeStream-tp13655.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.