Skip to content

Commit

Permalink
spark.ui.port becomes worker.ui.port and master.ui.port
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 committed May 25, 2014
1 parent a774c07 commit 56193ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,24 +804,24 @@ configure those ports.
<td>Standalone Cluster Master</td>
<td>8080</td>
<td>Web UI</td>
<td><code>spark.history.ui.port</code></td>
<td><code>master.ui.port</code></td>
<td></td>
</tr>
<tr>
<td>Browser</td>
<td>Worker</td>
<td>8081</td>
<td>Web UI</td>
<td><code>spark.ui.port</code></td>
<td>Note: this is the same configuration setting as the webui on the driver</td>
<td><code>worker.ui.port</code></td>
<td></td>
</tr>
<tr>
<td>Browser</td>
<td>Driver</td>
<td>4040</td>
<td>Web UI</td>
<td><code>spark.ui.port</code></td>
<td>Note: this is the same configuration setting as the webui on the worker</td>
<td></td>
</tr>

<!-- Cluster interactions -->
Expand Down

0 comments on commit 56193ee

Please sign in to comment.