aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/monitoring.md')
-rw-r--r--docs/monitoring.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 4c91c3a592..144be3daf1 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -39,22 +39,33 @@ You can start a the history server by executing:
The base logging directory must be supplied, and should contain sub-directories that each
represents an application's event logs. This creates a web interface at
-`http://<server-url>:18080` by default. The history server depends on the following variables:
+`http://<server-url>:18080` by default. The history server can be configured as follows:
<table class="table">
<tr><th style="width:21%">Environment Variable</th><th>Meaning</th></tr>
<tr>
<td><code>SPARK_DAEMON_MEMORY</code></td>
- <td>Memory to allocate to the history server. (default: 512m).</td>
+ <td>Memory to allocate to the history server (default: 512m).</td>
</tr>
<tr>
<td><code>SPARK_DAEMON_JAVA_OPTS</code></td>
<td>JVM options for the history server (default: none).</td>
</tr>
+ <tr>
+ <td><code>SPARK_PUBLIC_DNS</code></td>
+ <td>
+ The public address for the history server. If this is not set, links to application history
+ may use the internal address of the server, resulting in broken links (default: none).
+ </td>
+ </tr>
+ <tr>
+ <td><code>SPARK_HISTORY_OPTS</code></td>
+ <td>
+ <code>spark.history.*</code> configuration options for the history server (default: none).
+ </td>
+ </tr>
</table>
-Further, the history server can be configured as follows:
-
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>