From 05d2e94838d5b728df203d87708beaf3f4aa4c81 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Wed, 6 Feb 2013 14:34:46 -0800 Subject: Use a separate memory setting for standalone cluster daemons Conflicts: docs/_config.yml --- docs/configuration.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index a7054b4321..f1ca77aa78 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -197,6 +197,14 @@ Apart from these, the following properties are also available, and may be useful poor data locality, but the default generally works well. + + spark.worker.timeout + 60 + + Number of seconds after which the standalone deploy master considers a worker lost if it + receives no heartbeats. + + spark.akka.frameSize 10 @@ -218,7 +226,7 @@ Apart from these, the following properties are also available, and may be useful spark.akka.timeout 20 - Communication timeout between Spark nodes. + Communication timeout between Spark nodes, in seconds. -- cgit v1.2.3