What is heap memory in spark?
Answer Posted / Virendra Kumar Shukla
Heap Memory refers to the primary memory used by Spark's JVM for managing objects. It can be configured using -Xmx option in spark-submit.
Post New Answer View All Answers
List the advantage of Parquet file in Apache Spark?
474
What is the latest version of spark?
288
Explain how RDDs work with Scala in Spark
355
What is meant by Transformation? Give some examples.
328