aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-30 18:07:07 -0800
committerReynold Xin <rxin@databricks.com>2015-12-30 18:07:07 -0800
commitee8f8d318417c514fbb26e57157483d466ddbfae (patch)
tree7da3d291a1014f63789679f8a22c726ece3634de /docs/configuration.md
parentf76ee109d87e727710d2721e4be47fdabc21582c (diff)
downloadspark-ee8f8d318417c514fbb26e57157483d466ddbfae.tar.gz
spark-ee8f8d318417c514fbb26e57157483d466ddbfae.tar.bz2
spark-ee8f8d318417c514fbb26e57157483d466ddbfae.zip
[SPARK-12588] Remove HttpBroadcast in Spark 2.0.
We switched to TorrentBroadcast in Spark 1.1, and HttpBroadcast has been undocumented since then. It's time to remove it in Spark 2.0. Author: Reynold Xin <rxin@databricks.com> Closes #10531 from rxin/SPARK-12588.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index a9ef37a9b1..7d743d572b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -824,13 +824,6 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
- <td><code>spark.broadcast.factory</code></td>
- <td>org.apache.spark.broadcast.<br />TorrentBroadcastFactory</td>
- <td>
- Which broadcast implementation to use.
- </td>
-</tr>
-<tr>
<td><code>spark.cleaner.ttl</code></td>
<td>(infinite)</td>
<td>
@@ -1018,14 +1011,6 @@ Apart from these, the following properties are also available, and may be useful
</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.driver.host</code></td>
<td>(local hostname)</td>
<td>
@@ -1444,8 +1429,8 @@ Apart from these, the following properties are also available, and may be useful
<p>Use <code>spark.ssl.YYY.XXX</code> settings to overwrite the global configuration for
particular protocol denoted by <code>YYY</code>. Currently <code>YYY</code> can be
- either <code>akka</code> for Akka based connections or <code>fs</code> for broadcast and
- file server.</p>
+ either <code>akka</code> for Akka based connections or <code>fs</code> for file
+ server.</p>
</td>
</tr>
<tr>