From 1275f646964d2fdb5b96a9429760b4fac4340521 Mon Sep 17 00:00:00 2001 From: keliang Date: Sun, 7 Aug 2016 09:28:32 +0100 Subject: [SPARK-16870][DOCS] Summary:add "spark.sql.broadcastTimeout" into docs/sql-programming-gu… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What changes were proposed in this pull request? default value for spark.sql.broadcastTimeout is 300s. and this property do not show in any docs of spark. so add "spark.sql.broadcastTimeout" into docs/sql-programming-guide.md to help people to how to fix this timeout error when it happenned ## How was this patch tested? not need (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) …ide.md JIRA_ID:SPARK-16870 Description:default value for spark.sql.broadcastTimeout is 300s. and this property do not show in any docs of spark. so add "spark.sql.broadcastTimeout" into docs/sql-programming-guide.md to help people to how to fix this timeout error when it happenned Test:done Author: keliang Closes #14477 from biglobster/keliang. --- docs/sql-programming-guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index 5877f2b745..c89286d0e4 100644 --- a/docs/sql-programming-guide.md +++ b/docs/sql-programming-guide.md @@ -1159,6 +1159,15 @@ that these options will be deprecated in future release as more optimizations ar scheduled first). + + spark.sql.broadcastTimeout + 300 + +

+ Timeout in seconds for the broadcast wait time in broadcast joins +

+ + spark.sql.autoBroadcastJoinThreshold 10485760 (10 MB) -- cgit v1.2.3