Login
Remember
Register
Ask a Question
What is the use of Akka in Apache Spark?
0
votes
asked
Mar 29, 2022
in
Apache Spark
by
sharadyadav1986
What is the use of Akka in Apache Spark?
akka-apache-spark
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 29, 2022
by
sharadyadav1986
Akka is used for scheduling in Apache Spark. Spark also uses Akka for messaging between the workers and masters.
...