srowen commented on a change in pull request #25424: [SPARK-28543][DOCS][WebUI] 
Document Spark Jobs page
URL: https://github.com/apache/spark/pull/25424#discussion_r313435262
 
 

 ##########
 File path: docs/web-ui.md
 ##########
 @@ -35,6 +35,64 @@ progress of all jobs and the overall event timeline. When 
you click on a job on
 page, you see the details page for that job. The details page further shows 
the event timeline,
 DAG visualization, and all stages of the job.
 
+The information that is displayed in this section is
+* User: Current spark user
+* Total uptime: Time since spark application starts
+* Scheduling mode: (More information in [job 
scheduling](job-scheduling.html#configuring-pool-properties) page)
+* Number of jobs per status: Active, Completed, Failed
+
+<p style="text-align: center;">
+  <img src="img/AllJobsPageDetail1.png" title="Basic info" alt="Basic info" 
width="20%"/>
+</p>
+
+* Event timeline: Displays in chronological order the events related to the 
executors (added, removed) and the jobs
+
+<p style="text-align: center;">
+  <img src="img/AllJobsPageDetail2.png" title="Event timeline" alt="Event 
timeline"/>
+</p>
+
+* Details of jobs grouped by status: Displays detailed information of the jobs 
including Job id, description (with a link to detailed job page), submitted 
time, duration, stages summary and tasks progress bar
 
 Review comment:
   id -> ID

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to