aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-07-31 18:36:43 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-07-31 18:36:43 -0700
commit3097d75d6f5b93cac851dd6f43faed5a492b2676 (patch)
tree44f6fcff360748385c76072c0feb4d83ba07997e /docs
parentecab635ae1115efb1fcc5b4a4b934ac10eea5d08 (diff)
parent0862494d442199402e37dc968dadf9a5bec9ae78 (diff)
downloadspark-3097d75d6f5b93cac851dd6f43faed5a492b2676.tar.gz
spark-3097d75d6f5b93cac851dd6f43faed5a492b2676.tar.bz2
spark-3097d75d6f5b93cac851dd6f43faed5a492b2676.zip
Merge remote-tracking branch 'dlyubimov/SPARK-827'
Conflicts: docs/configuration.md
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 0bcd73ca99..99624a44aa 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -310,6 +310,14 @@ Apart from these, the following properties are also available, and may be useful
Duration (milliseconds) of how long to batch new objects coming from network receivers.
</td>
</tr>
+<tr>
+ <td>spark.task.maxFailures</td>
+ <td>4</td>
+ <td>
+ Number of individual task failures before giving up on the job.
+ Should be greater than or equal to 1. Number of allowed retries = this value - 1.
+ </td>
+</tr>
</table>