Spark Memory Allocation
In this article we will discuss the various types of memory allocations within Apache Spark
Memory type & default valueExplanation
spark.driver.memory
1g | The memory allocated to the Spark driver process, which is responsible for managing...
mpmartydata.hashnode.dev9 min read