Skip to content
Snippets Groups Projects
Commit 4060526c authored by Luca Martinetti's avatar Luca Martinetti Committed by Yin Huai
Browse files

[SPARK-7747] [SQL] [DOCS] spark.sql.planner.externalSort

Add documentation for spark.sql.planner.externalSort

Author: Luca Martinetti <luca@luca.io>

Closes #6272 from lucamartinetti/docs-externalsort and squashes the following commits:

985661b [Luca Martinetti] [SPARK-7747] [SQL] [DOCS] Add documentation for spark.sql.planner.externalSort
parent 4f16d3fe
No related branches found
No related tags found
No related merge requests found
......@@ -1785,6 +1785,13 @@ that these options will be deprecated in future release as more optimizations ar
Configures the number of partitions to use when shuffling data for joins or aggregations.
</td>
</tr>
<tr>
<td><code>spark.sql.planner.externalSort</code></td>
<td>false</td>
<td>
When true, performs sorts spilling to disk as needed otherwise sort each partition in memory.
</td>
</tr>
</table>
# Distributed SQL Engine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment