Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/1777#discussion_r15836822
--- Diff: docs/configuration.md ---
@@ -565,6 +566,65 @@ Apart from these, the following properties are also
available, and may be useful
<td>(random)</td>
<td>
Port for the driver to listen on.
+ This is used for communicating with the executors and the standalone
Master.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.fileserver.port</code></td>
+ <td>(random)</td>
+ <td>
+ Port for the driver's HTTP file server to listen on.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.broadcast.port</code></td>
+ <td>(random)</td>
+ <td>
+ Port for the driver's HTTP broadcast server to listen on.
+ This is not relevant for torrent broadcast.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.replClassServer.port</code></td>
+ <td>(random)</td>
+ <td>
+ Port for the driver's HTTP class server to listen on.
+ This is only relevant for Spark shell.
--- End diff --
for the Spark shell
---
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]