Re: Akka with Spark

2015-12-27 Thread Ted Yu
Disha: Please consider these resources: https://groups.google.com/forum/#!forum/akka-user https://groups.google.com/forum/#!forum/akka-dev On Sun, Dec 27, 2015 at 5:15 AM, Dean Wampler wrote: > As Reynold said, you can still use Akka with Spark, but now it's more like > using any

Re: Akka with Spark

2015-12-27 Thread Dean Wampler
As Reynold said, you can still use Akka with Spark, but now it's more like using any third-party library that isn't already a Spark dependency (at least once the current Akka dependency is fully removed). Dean Wampler, Ph.D. Author: Programming Scala, 2nd Edition <http://shop.oreill

Re: Akka with Spark

2015-12-27 Thread Disha Shrivastava
you mind sharing your use case ? >>> >>> It may be possible to use a different approach than Akka. >>> >>> Cheers >>> >>> On Sat, Dec 26, 2015 at 10:08 AM, Disha Shrivastava >> > wrote: >>> >>>> Hi, >>>&g

Re: Akka with Spark

2015-12-26 Thread Reynold Xin
ha Shrivastava >> wrote: >> >>> Hi, >>> >>> I wanted to know how to use Akka framework with Spark starting from >>> basics. I saw online that Spark uses Akka framework but I am not really >>> sure if I can define Actors and use it in Spark.

Re: Akka with Spark

2015-12-26 Thread Soumya Simanta
Dec 26, 2015 at 10:08 AM, Disha Shrivastava >>> wrote: >>> Hi, >>> >>> I wanted to know how to use Akka framework with Spark starting from basics. >>> I saw online that Spark uses Akka framework but I am not really sure if I >>> can define Actor

Re: Akka with Spark

2015-12-26 Thread Dean Wampler
park starting from >> basics. I saw online that Spark uses Akka framework but I am not really >> sure if I can define Actors and use it in Spark. >> >> Also, how to integrate Akka with Spark as in how will I know how many >> Akka actors are running on each of my worker

Re: Akka with Spark

2015-12-26 Thread Ted Yu
ka framework but I am not really > sure if I can define Actors and use it in Spark. > > Also, how to integrate Akka with Spark as in how will I know how many Akka > actors are running on each of my worker machines? Can I control that? > > Please help. The only useful resource whic

Akka with Spark

2015-12-26 Thread Disha Shrivastava
Hi, I wanted to know how to use Akka framework with Spark starting from basics. I saw online that Spark uses Akka framework but I am not really sure if I can define Actors and use it in Spark. Also, how to integrate Akka with Spark as in how will I know how many Akka actors are running on each