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 ?
