Gengliang Wang created SPARK-24524: -------------------------------------- Summary: Improve aggregateMetrics: less memory usage and loops Key: SPARK-24524 URL: https://issues.apache.org/jira/browse/SPARK-24524 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 2.3.1 Reporter: Gengliang Wang
The function `aggregateMetrics` process metrics from both executors and driver. The data can be large. This PR is to improve the implementation with one loop(before converting to string) and one dynamic data structure. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org