adspace


What is executor memory and driver memory in spark?

Answer Posted / Ankitdoharey

Executor memory is the amount of RAM allocated to each worker node (executor) in a Spark cluster. Driver memory, on the other hand, refers to the amount of memory reserved for the main application that runs on the driver program.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of spark?

343


List the advantage of Parquet file in Apache Spark?

525


Explain how RDDs work with Scala in Spark

411


What is meant by Transformation? Give some examples.

385