Skip to content

Commit 8d836e6

Browse files
committed
Also document SPARK_{MASTER/WORKER}_WEBUI_PORT
The existing documentation uses {master/worker}.ui.port, which doesn't actually work because SparkConf doesn't pick up system properties that are not prefixed by spark (SPARK-2857). We should at least document a working alternative.
1 parent 4d9e6f3 commit 8d836e6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/spark-standalone.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,15 @@ configure those ports.
314314
<td>Master</td>
315315
<td>8080</td>
316316
<td>Web UI</td>
317-
<td><code>master.ui.port</code></td>
317+
<td><code>master.ui.port<br>SPARK_MASTER_WEBUI_PORT</code></td>
318+
<td>Jetty-based</td>
319+
</tr>
320+
<tr>
321+
<td>Browser</td>
322+
<td>Worker</td>
323+
<td>8081</td>
324+
<td>Web UI</td>
325+
<td><code>worker.ui.port<br>SPARK_WORKER_WEBUI_PORT</code></td>
318326
<td>Jetty-based</td>
319327
</tr>
320328
<tr>
@@ -333,14 +341,6 @@ configure those ports.
333341
<td><code>spark.history.ui.port</code></td>
334342
<td>Jetty-based</td>
335343
</tr>
336-
<tr>
337-
<td>Browser</td>
338-
<td>Worker</td>
339-
<td>8081</td>
340-
<td>Web UI</td>
341-
<td><code>worker.ui.port</code></td>
342-
<td>Jetty-based</td>
343-
</tr>
344344
<!-- Cluster interactions -->
345345
<tr>
346346
<td>Driver<br>Worker</td>

0 commit comments

Comments
 (0)