This is an automated email from the ASF dual-hosted git repository. kabhwan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from c602d79 [SPARK-32311][PYSPARK][TESTS] Remove duplicate import add 90b0c26 [SPARK-31608][CORE][WEBUI] Add a new type of KVStore to make loading UI faster No new revisions were added by this update. Summary of changes: .../spark/deploy/history/FsHistoryProvider.scala | 99 +++++++++++ .../history/HistoryServerMemoryManager.scala | 85 ++++++++++ .../apache/spark/deploy/history/HybridStore.scala | 185 +++++++++++++++++++++ .../org/apache/spark/internal/config/History.scala | 16 ++ docs/monitoring.md | 19 +++ 5 files changed, 404 insertions(+) create mode 100644 core/src/main/scala/org/apache/spark/deploy/history/HistoryServerMemoryManager.scala create mode 100644 core/src/main/scala/org/apache/spark/deploy/history/HybridStore.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org