cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Course - Introduction to Apache Spark

fundat
New Contributor II

Hi,

In the course Introduction to Apache Spark; according to Apache Spark Runtime Architecture; Page 6 of 15. It says that :

  • The cluster manager allocates resources and assigns tasks......
  • Workers perform tasks assigned by the driver

Can you help me please ? I'm so confuse. Which one assigns tasks to the workers ?

fundat_3-1761596488970.png

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

BS_THE_ANALYST
Esteemed Contributor III

Hi @fundat 

Perhaps the picture is useful here:

BS_THE_ANALYST_0-1761599972931.png

Give this blog a read, I think this will answer some of your questions: https://medium.com/@knoldus/understanding-the-working-of-spark-driver-and-executor-4fec0e669399 😀.

All the best,
BS


View solution in original post

2 REPLIES 2

BS_THE_ANALYST
Esteemed Contributor III

Hi @fundat 

Perhaps the picture is useful here:

BS_THE_ANALYST_0-1761599972931.png

Give this blog a read, I think this will answer some of your questions: https://medium.com/@knoldus/understanding-the-working-of-spark-driver-and-executor-4fec0e669399 😀.

All the best,
BS


Hi @BS_THE_ANALYST ,

Thank you so much. I understand.