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 c28a6fa [SPARK-29292][SQL][ML] Update rest of default modules (Hive,
ML, etc) for Scala 2.13 compilation
add db47c6e [SPARK-32125][UI] Support get taskList by status in Web UI
and SHS Rest API
No new revisions were added by this update.
Summary of changes:
.../api/v1/{StageStatus.java => TaskStatus.java} | 14 +-
.../org/apache/spark/status/AppStatusStore.scala | 16 +-
.../spark/status/api/v1/StagesResource.scala | 5 +-
...st_w__status___offset___length_expectation.json | 99 ++++
...__sortBy_short_names__runtime_expectation.json} | 0
.../stage_task_list_w__status_expectation.json | 531 +++++++++++++++++++++
.../spark/deploy/history/HistoryServerSuite.scala | 6 +
docs/monitoring.md | 3 +-
8 files changed, 660 insertions(+), 14 deletions(-)
copy core/src/main/java/org/apache/spark/status/api/v1/{StageStatus.java =>
TaskStatus.java} (83%)
create mode 100644
core/src/test/resources/HistoryServerExpectations/stage_task_list_w__status___offset___length_expectation.json
copy
core/src/test/resources/HistoryServerExpectations/{stage_task_list_w__sortBy_short_names__runtime_expectation.json
=> stage_task_list_w__status___sortBy_short_names__runtime_expectation.json}
(100%)
create mode 100644
core/src/test/resources/HistoryServerExpectations/stage_task_list_w__status_expectation.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]