Re: [akka-user] Akka Actor usage in Apache Spark and Apache Flink

2018-02-19 Thread Konrad Malawski
Another pretty big Akka based project (as in, really using Akka a lot) is Apache OpenWhisk, the open source "amazon lambda"; Check it out as well. https://github.com/apache?q=openwhisk On Mon, Feb 19, 2018 at 2:32 PM, Konrad “ktoso” Malawski < konrad.malaw...@lightbend.com> wrote: > Best to ask

Re: [akka-user] Akka Actor usage in Apache Spark and Apache Flink

2018-02-19 Thread Konrad “ktoso” Malawski
Best to ask on a Flink forum ;-) -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On February 19, 2018 at 14:32:15, Unmesh Joshi (unmeshjo...@gmail.com) wrote: Thanks Konrad. What I was interested in was what use cases both Spark and

Re: [akka-user] Akka Actor usage in Apache Spark and Apache Flink

2018-02-18 Thread Unmesh Joshi
Thanks for sharing. Trying to find and understand the use cases where Actors are used in other open source projects. On Mon, Feb 19, 2018 at 11:04 AM, Konrad Malawski < konrad.malaw...@lightbend.com> wrote: > Another pretty big Akka based project (as in, really using Akka a lot) is > Apache OpenW

Re: [akka-user] Akka Actor usage in Apache Spark and Apache Flink

2018-02-18 Thread Unmesh Joshi
Thanks Konrad. What I was interested in was what use cases both Spark and Flink used Actors for specifically. Are there any notes/docs around those that anyone knows of? On Monday, 19 February 2018 07:33:43 UTC+5:30, Konrad Malawski wrote: > > Hi there, > There's been some confusion about how

Re: [akka-user] Akka Actor usage in Apache Spark and Apache Flink

2018-02-18 Thread Konrad Malawski
Hi there, There's been some confusion about how Spark used Akka, so let's clear that up first: It wasn't really core to any of the operations or core of Spark, and was used only to orchestrate some things, it was using raw Akka Remoting (which is discouraged, use Cluster instead due to the resilien

[akka-user] Akka Actor usage in Apache Spark and Apache Flink

2018-02-18 Thread Unmesh Joshi
Hi, Apache Spark used to use Akka Actors (which is replaced by Netty now) and Apache Flink uses Actors. I am trying to understand the use case of Actor usage in both these frameworks. Any pointers for help? Thanks, Unmesh -- >> Read the docs: http://akka.io/docs/ >>