You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/19 03:24:57 UTC

[GitHub] [spark] zhengruifeng commented on a change in pull request #25430: [SPARK-28540][WEBUI] Document Environment page

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:
users@infra.apache.org


With regards,
Apache Git Services

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