zhengruifeng commented on a change in pull request #25430: [SPARK-28540][WEBUI] 
Document Environment page
URL: https://github.com/apache/spark/pull/25430#discussion_r315027567
 
 

 ##########
 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
+been set correctly. The first part 'Runtime Information' simply contains the
+[runtime properties](configuration.html#runtime-environment) like versions of 
Java and Scala.
+The second part 'Spark Properties' lists the [application 
properties](configuration.html#runtime-environment) like
 
 Review comment:
   good catch!

----------------------------------------------------------------
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