From 7cf4c7a13533c1eb0db5ef2ad10678fa4096175b Mon Sep 17 00:00:00 2001 From: viper-kun Date: Tue, 16 Sep 2014 17:04:46 +0800 Subject: [PATCH 1/2] Update configuration.md --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index af16489a44281..da4c08134b3e2 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -520,10 +520,10 @@ Apart from these, the following properties are also available, and may be useful spark.files.fetchTimeout - false + 60 Communication timeout to use when fetching files added through SparkContext.addFile() from - the driver. + the driver, in second. From ecb0d464b28f89b8ddc9654b99969b08dbed3a17 Mon Sep 17 00:00:00 2001 From: viper-kun Date: Wed, 17 Sep 2014 09:00:23 +0800 Subject: [PATCH 2/2] [Docs] Correct spark.files.fetchTimeout default value change the value of spark.files.fetchTimeout to 60 --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index da4c08134b3e2..99faf51c6f3db 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -523,7 +523,7 @@ Apart from these, the following properties are also available, and may be useful 60 Communication timeout to use when fetching files added through SparkContext.addFile() from - the driver, in second. + the driver, in seconds.