Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akka and Spark #2

Open
pisees opened this issue Apr 29, 2017 · 0 comments
Open

Akka and Spark #2

pisees opened this issue Apr 29, 2017 · 0 comments

Comments

@pisees
Copy link

pisees commented Apr 29, 2017

Hi Richard,

Read your article with great interest and reaching hoping you can clarify how Akka/Actors can be used with Spark.

I am confused by articles about deprecation and removal of Akka in Spark documentation. Can Akka/Actors be used in a Spark solution still, or is it not recommended/deprecated.

Or is the issue how you create Akka solution?
Don't integrate with Spark's Akka implementation
** class FeederActor extends Actor
But create your own, as you have done in your article (https://www.spantree.net/blog/2016/10/18/spark-akka-sangria.html)

Reason asking, is investigating how to solve more complex workflows/dataflows that may lend themselves to be event driven. When a step finished, fires event (sends a message), and Actor could be listening for event, and execute the next step. Current simpler implementation in PoC is using Oozie.

And investigating whether this workflow/dataflow engine could be within Spark itself, for example with Akka/Actors, or perhaps external (Askaban, Airflow, other).

Thanks, Kurt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant