Repository: spark
Updated Branches:
  refs/heads/master 4f16d3fe2 -> 4060526cd


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

Add documentation for spark.sql.planner.externalSort

Author: Luca Martinetti <l...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4060526c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4060526c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4060526c

Branch: refs/heads/master
Commit: 4060526cd3b7e9ba345ce94f6e081cc1156e53ab
Parents: 4f16d3f
Author: Luca Martinetti <l...@luca.io>
Authored: Fri Jun 5 13:40:11 2015 -0700
Committer: Yin Huai <yh...@databricks.com>
Committed: Fri Jun 5 13:40:11 2015 -0700

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4060526c/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 282ea75..cde5830 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to