File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -39,22 +39,33 @@ You can start a the history server by executing:
39
39
40
40
The base logging directory must be supplied, and should contain sub-directories that each
41
41
represents an application's event logs. This creates a web interface at
42
- ` http://<server-url>:18080 ` by default. The history server depends on the following variables :
42
+ ` http://<server-url>:18080 ` by default. The history server can be configured as follows :
43
43
44
44
<table class =" table " >
45
45
<tr ><th style =" width :21% " >Environment Variable</th ><th >Meaning</th ></tr >
46
46
<tr >
47
47
<td><code>SPARK_DAEMON_MEMORY</code></td>
48
- <td>Memory to allocate to the history server. (default: 512m).</td>
48
+ <td>Memory to allocate to the history server (default: 512m).</td>
49
49
</tr >
50
50
<tr >
51
51
<td><code>SPARK_DAEMON_JAVA_OPTS</code></td>
52
52
<td>JVM options for the history server (default: none).</td>
53
53
</tr >
54
+ <tr >
55
+ <td><code>SPARK_PUBLIC_DNS</code></td>
56
+ <td>
57
+ The public address for the history server. If this is not set, links to application history
58
+ may use the internal address of the server, resulting in broken links (default: none).
59
+ </td>
60
+ </tr >
61
+ <tr >
62
+ <td><code>SPARK_HISTORY_OPTS</code></td>
63
+ <td>
64
+ <code>spark.history.*</code> configuration options for the history server (default: none).
65
+ </td>
66
+ </tr >
54
67
</table >
55
68
56
- Further, the history server can be configured as follows:
57
-
58
69
<table class =" table " >
59
70
<tr ><th >Property Name</th ><th >Default</th ><th >Meaning</th ></tr >
60
71
<tr >
You can’t perform that action at this time.
0 commit comments