Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/1777#discussion_r15796608
--- Diff: docs/spark-standalone.md ---
@@ -311,76 +311,103 @@ configure those ports.
<!-- Web UIs -->
<tr>
<td>Browser</td>
- <td>Standalone Cluster Master</td>
+ <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>Driver</td>
- <td>4040</td>
+ <td>Worker</td>
+ <td>8081</td>
<td>Web UI</td>
- <td><code>spark.ui.port</code></td>
+ <td><code>worker.ui.port<br>SPARK_WORKER_WEBUI_PORT</code></td>
<td>Jetty-based</td>
</tr>
<tr>
<td>Browser</td>
- <td>History Server</td>
- <td>18080</td>
+ <td>Application</td>
+ <td>4040</td>
<td>Web UI</td>
- <td><code>spark.history.ui.port</code></td>
+ <td><code>spark.ui.port</code></td>
<td>Jetty-based</td>
</tr>
<tr>
<td>Browser</td>
- <td>Worker</td>
- <td>8081</td>
+ <td>History Server</td>
+ <td>18080</td>
<td>Web UI</td>
- <td><code>worker.ui.port</code></td>
+ <td><code>spark.history.ui.port</code></td>
<td>Jetty-based</td>
</tr>
<!-- Cluster interactions -->
<tr>
- <td>Application</td>
- <td>Standalone Cluster Master</td>
+ <td>Driver<br>Worker</td>
+ <td>Master</td>
<td>7077</td>
- <td>Submit job to cluster</td>
- <td><code>spark.driver.port</code></td>
- <td>Akka-based. Set to "0" to choose a port randomly</td>
+ <td>Submit job to cluster<br>Join cluster</td>
+ <td><code>SPARK_MASTER_PORT</code></td>
+ <td>Akka-based. Set to "0" to choose a port randomly.</td>
</tr>
<tr>
+ <td>Master</td>
<td>Worker</td>
- <td>Standalone Cluster Master</td>
--- End diff --
This overall could use some reorganization. I'd actually move the ones that
are not specific to standalone mode to the "Security" page. Also, the new
options should be listed in the "Networking" section of `docs/configuration.md`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]