aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-11-01 15:18:58 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-11-01 15:18:58 -0700
commit7894de276b8d0b0e4efc654d0b254fc2a6f6077c (patch)
tree5a73de78434ac4a92ae4e7b7e609b9eff6f5d850 /docs
parentad0fde10b2285e780349be5a8f333db0974a502f (diff)
downloadspark-7894de276b8d0b0e4efc654d0b254fc2a6f6077c.tar.gz
spark-7894de276b8d0b0e4efc654d0b254fc2a6f6077c.tar.bz2
spark-7894de276b8d0b0e4efc654d0b254fc2a6f6077c.zip
Revert "[SPARK-4183] Enable NettyBlockTransferService by default"
This reverts commit 59e626c701227634336110e1bc23afd94c535ede.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 78c4bf332c..3007706a25 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -359,16 +359,6 @@ Apart from these, the following properties are also available, and may be useful
map-side aggregation and there are at most this many reduce partitions.
</td>
</tr>
-<tr>
- <td><code>spark.shuffle.blockTransferService</code></td>
- <td>netty</td>
- <td>
- Implementation to use for transferring shuffle and cached blocks between executors. There
- are two implementations available: <code>netty</code> and <code>nio</code>. Netty-based
- block transfer is intended to be simpler but equally efficient and is the default option
- starting in 1.2.
- </td>
-</tr>
</table>
#### Spark UI