This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new 0ce096dc8feb [SPARK-45641][DOCS][FOLLOWUP] Add `Started At` description for web-ui.md 0ce096dc8feb is described below commit 0ce096dc8feb0c4d746f161203c99ec4c8e0f0f1 Author: tomscut <toms...@apache.org> AuthorDate: Tue Mar 4 13:39:12 2025 +0800 [SPARK-45641][DOCS][FOLLOWUP] Add `Started At` description for web-ui.md ### What changes were proposed in this pull request? SPARK-45641 added `Started At` at web ui, so we should fix the doc. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. Closes #50134 from tomscut/start-time. Authored-by: tomscut <toms...@apache.org> Signed-off-by: Kent Yao <y...@apache.org> --- docs/web-ui.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/web-ui.md b/docs/web-ui.md index 9173ddef81d3..3889b41f03a0 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -37,6 +37,7 @@ DAG visualization, and all stages of the job. The information that is displayed in this section is * User: Current Spark user +* Started At: The startup time of Spark application * Total uptime: Time since Spark application started * Scheduling mode: See [job scheduling](job-scheduling.html#configuring-pool-properties) * Number of jobs per status: Active, Completed, Failed --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org