aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitriy Lyubimov <dlyubimov@apache.org>2013-07-27 23:08:00 -0700
committerDmitriy Lyubimov <dlyubimov@apache.org>2013-07-27 23:08:00 -0700
commitf5067abe85922b8075e03f39a45e4ac39267c62e (patch)
tree0d3cf12648153f22305b052e9f7fcd4da14c2ca2 /docs
parent6a47cee72104c9f6d264cb2e61ae8a38523cfdad (diff)
downloadspark-f5067abe85922b8075e03f39a45e4ac39267c62e.tar.gz
spark-f5067abe85922b8075e03f39a45e4ac39267c62e.tar.bz2
spark-f5067abe85922b8075e03f39a45e4ac39267c62e.zip
changes per comments.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 17fdbf04d1..e217b499c7 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -260,6 +260,14 @@ Apart from these, the following properties are also available, and may be useful
applications). Note that any RDD that persists in memory for more than this duration will be cleared as well.
</td>
</tr>
+<tr>
+ <td>spark.task.maxFailures</td>
+ <td>4</td>
+ <td>
+ Number of individual task failures before giving up on the job.
+ Should greater or equal to 1. Number of allowed retries = this value - 1.
+ </td>
+</tr>
</table>