What is executor spark?



What is executor spark?..

Answer / Ankur Shukla

In Apache Spark, an executor is a worker node that runs tasks assigned by the driver application. Each executor can handle multiple tasks concurrently and manages its own JVM heap space.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Who invented the first spark plug?

1 Answers  


What is hadoop spark?

1 Answers  


Explain Spark SQL caching and uncaching?

1 Answers  


What is action, how it process data in apache spark

1 Answers  


Is rdd type safe?

1 Answers  


What is Catalyst framework?

1 Answers  


What is number of executors in spark?

1 Answers  


How to explain Bigdatadeveloper projects

1 Answers  


What is parallelize in spark?

1 Answers  


Is spark difficult to learn?

1 Answers  


How do I get better performance with spark?

1 Answers  


Explain reduceByKey() Spark operation?

1 Answers  


Categories