Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.1.1
-
None
-
None
Description
Building on some of the core ideas of SPARK-9103, this JIRA proposes tracking total memory used by Spark executors, and a means of broadcasting, aggregating, and reporting memory usage data in the Spark UI.
Here, "total memory used" refers to memory usage that is visible outside of Spark, to an external observer such as YARN, Mesos, or the operating system. The goal of this enhancement is to give Spark users more information about how Spark clusters are using memory. Total memory will include non-Spark JVM memory and all off-heap memory.
Please consult the attached design document for further details.
Attachments
Attachments
Issue Links
- duplicates
-
SPARK-24958 Add executors' process tree total memory information to heartbeat signals
- Resolved
- relates to
-
SPARK-23206 Additional Memory Tuning Metrics
- Open