You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2020/08/04 13:12:42 UTC

[spark] branch master updated (6d69068 -> 171b7d5)

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

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


    from 6d69068  [SPARK-32521][SQL] Bug-fix: WithFields Expression should not be foldable
     add 171b7d5  [SPARK-23431][CORE] Expose stage level peak executor metrics via REST API

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/status/AppStatusListener.scala    |  43 +-
 .../org/apache/spark/status/AppStatusStore.scala   |   3 +-
 .../scala/org/apache/spark/status/LiveEntity.scala |  10 +-
 .../scala/org/apache/spark/status/api/v1/api.scala |  10 +-
 .../scala/org/apache/spark/ui/jobs/JobPage.scala   |   3 +-
 .../application_list_json_expectation.json         |  15 +
 .../completed_app_list_json_expectation.json       |  15 +
 .../limit_app_list_json_expectation.json           |  30 +-
 .../minDate_app_list_json_expectation.json         |  45 +-
 .../minEndDate_app_list_json_expectation.json      |  15 +
 .../stage_list_with_peak_metrics_expectation.json  | 204 +++++
 .../stage_with_peak_metrics_expectation.json       | 998 +++++++++++++++++++++
 .../resources/spark-events/app-20200706201101-0003 | 124 +++
 .../spark/deploy/history/HistoryServerSuite.scala  |   2 +
 .../spark/status/AppStatusListenerSuite.scala      |  90 +-
 .../scala/org/apache/spark/ui/StagePageSuite.scala |   3 +-
 dev/.rat-excludes                                  |   1 +
 17 files changed, 1558 insertions(+), 53 deletions(-)
 create mode 100644 core/src/test/resources/HistoryServerExpectations/stage_list_with_peak_metrics_expectation.json
 create mode 100644 core/src/test/resources/HistoryServerExpectations/stage_with_peak_metrics_expectation.json
 create mode 100644 core/src/test/resources/spark-events/app-20200706201101-0003


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