Skip to content

Commit

Permalink
Also document SPARK_{MASTER/WORKER}_WEBUI_PORT
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrewor14 committed Aug 5, 2014
1 parent 4d9e6f3 commit 8d836e6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/spark-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,15 @@ configure those ports.
<td>Master</td>
<td>8080</td>
<td>Web UI</td>
<td><code>master.ui.port</code></td>
<td><code>master.ui.port<br>SPARK_MASTER_WEBUI_PORT</code></td>
<td>Jetty-based</td>
</tr>
<tr>
<td>Browser</td>
<td>Worker</td>
<td>8081</td>
<td>Web UI</td>
<td><code>worker.ui.port<br>SPARK_WORKER_WEBUI_PORT</code></td>
<td>Jetty-based</td>
</tr>
<tr>
Expand All @@ -333,14 +341,6 @@ configure those ports.
<td><code>spark.history.ui.port</code></td>
<td>Jetty-based</td>
</tr>
<tr>
<td>Browser</td>
<td>Worker</td>
<td>8081</td>
<td>Web UI</td>
<td><code>worker.ui.port</code></td>
<td>Jetty-based</td>
</tr>
<!-- Cluster interactions -->
<tr>
<td>Driver<br>Worker</td>
Expand Down

0 comments on commit 8d836e6

Please sign in to comment.