aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 16d5be62f9..6512e16faf 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -456,15 +456,6 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
- <td><code>spark.shuffle.manager</code></td>
- <td>sort</td>
- <td>
- Implementation to use for shuffling data. There are two implementations available:
- <code>sort</code> and <code>hash</code>.
- Sort-based shuffle is more memory-efficient and is the default option starting in 1.2.
- </td>
-</tr>
-<tr>
<td><code>spark.shuffle.service.enabled</code></td>
<td>false</td>
<td>