0

When initing a spark session without any configuration modification, what is the default spark.executor.memory set to?

xsqian
  • 199
  • 5
  • 13

1 Answers1

0

It is 1g based on Spark specification, full detail see https://spark.apache.org/docs/latest/configuration.html

JIST
  • 1,139
  • 2
  • 8
  • 30