gatorsmile commented on a change in pull request #25349: [SPARK-28538][UI][WIP] Document SQL page URL: https://github.com/apache/spark/pull/25349#discussion_r310395421
########## File path: docs/monitoring.md ########## @@ -40,6 +40,100 @@ To view the web UI after the fact, set `spark.eventLog.enabled` to true before s application. This configures Spark to log Spark events that encode the information displayed in the UI to persisted storage. +## Web UI Tabs +The web UI provides an overview of the Spark cluster and is composed of following tabs: + +### Jobs Tab +The Jobs tab displays a summary page of all jobs in the Spark application and a detailed page Review comment: Instead doing everything in a huge "Monitoring and Instrumentation", could you create a separate page for each one and add the links to these contents? In the future, we can adding more descriptions in these pages. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
