srowen commented on a change in pull request #25430: [SPARK-28540][WEBUI] Document Environment page URL: https://github.com/apache/spark/pull/25430#discussion_r314324097
########## File path: docs/web-ui.md ########## @@ -49,6 +49,50 @@ sizes and using executors for all partitions in an RDD or DataFrame. The Environment tab displays the values for the different environment and configuration variables, including JVM, Spark, and system properties. +<p style="text-align: center;"> + <img src="img/webui-env-tab.png" + title="Env tab" + alt="Env tab" + width="100%" /> + <!-- Images are downsized intentionally to improve quality on retina displays --> +</p> + +We can see that this environment page has five parts, it is a useful place to check whether your properties have Review comment: I might use a different paragraph for each of the five sections you mention. "it is" should start a new sentence. You can remove wording like "We can see that" ---------------------------------------------------------------- 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]
