Answer Posted / Prashank Srivastava
Spark Engine in Apache Spark manages the execution of tasks on the Spark cluster. It takes care of scheduling, resource management, and communication between worker nodes. The engine can be customized by providing different engines (such as PySpark for Python) to interact with other programming languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers