You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by va...@apache.org on 2020/01/10 17:53:55 UTC

[spark] branch master updated (2bd8731 -> 7fb17f59)

This is an automated email from the ASF dual-hosted git repository.

vanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 2bd8731  [SPARK-30468][SQL] Use multiple lines to display data columns for show create table command
     add 7fb17f59 [SPARK-29779][CORE] Compact old event log files and cleanup

No new revisions were added by this update.

Summary of changes:
 ....apache.spark.deploy.history.EventFilterBuilder |   1 +
 .../deploy/history/BasicEventFilterBuilder.scala   | 176 +++++++++++
 .../apache/spark/deploy/history/EventFilter.scala  | 109 +++++++
 .../deploy/history/EventLogFileCompactor.scala     | 224 ++++++++++++++
 .../spark/deploy/history/EventLogFileReaders.scala |  28 +-
 .../spark/deploy/history/EventLogFileWriters.scala |  28 +-
 .../org/apache/spark/internal/config/package.scala |  18 ++
 .../history/BasicEventFilterBuilderSuite.scala     | 228 ++++++++++++++
 .../deploy/history/BasicEventFilterSuite.scala     | 208 +++++++++++++
 .../history/EventLogFileCompactorSuite.scala       | 326 +++++++++++++++++++++
 .../deploy/history/EventLogFileReadersSuite.scala  |   6 +-
 .../deploy/history/EventLogFileWritersSuite.scala  |   4 +-
 .../spark/deploy/history/EventLogTestHelper.scala  |  55 +++-
 .../spark/status/AppStatusListenerSuite.scala      |  38 +--
 .../spark/status/ListenerEventsTestHelper.scala    | 154 ++++++++++
 15 files changed, 1545 insertions(+), 58 deletions(-)
 create mode 100644 core/src/main/resources/META-INF/services/org.apache.spark.deploy.history.EventFilterBuilder
 create mode 100644 core/src/main/scala/org/apache/spark/deploy/history/BasicEventFilterBuilder.scala
 create mode 100644 core/src/main/scala/org/apache/spark/deploy/history/EventFilter.scala
 create mode 100644 core/src/main/scala/org/apache/spark/deploy/history/EventLogFileCompactor.scala
 create mode 100644 core/src/test/scala/org/apache/spark/deploy/history/BasicEventFilterBuilderSuite.scala
 create mode 100644 core/src/test/scala/org/apache/spark/deploy/history/BasicEventFilterSuite.scala
 create mode 100644 core/src/test/scala/org/apache/spark/deploy/history/EventLogFileCompactorSuite.scala
 create mode 100644 core/src/test/scala/org/apache/spark/status/ListenerEventsTestHelper.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org