Repository: spark
Updated Branches:
  refs/heads/master b4e16bd58 -> 6c56fff11


[SPARK-16650] Improve documentation of spark.task.maxFailures

Clarify documentation on spark.task.maxFailures

No tests run as its documentation

Author: Tom Graves <tgra...@yahoo-inc.com>

Closes #14287 from tgravescs/SPARK-16650.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6c56fff1
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6c56fff1
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6c56fff1

Branch: refs/heads/master
Commit: 6c56fff118ff2380c661456755db17976040de66
Parents: b4e16bd
Author: Tom Graves <tgra...@yahoo-inc.com>
Authored: Fri Jul 22 12:41:38 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Jul 22 12:41:38 2016 +0100

----------------------------------------------------------------------
 docs/configuration.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6c56fff1/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 1e95b86..86a9bd9 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1188,7 +1188,9 @@ Apart from these, the following properties are also 
available, and may be useful
   <td><code>spark.task.maxFailures</code></td>
   <td>4</td>
   <td>
-    Number of individual task failures before giving up on the job.
+    Number of failures of any particular task before giving up on the job.
+    The total number of failures spread across different tasks will not cause 
the job
+    to fail; a particular task has to fail this number of attempts.
     Should be greater than or equal to 1. Number of allowed retries = this 
value - 1.
   </td>
 </tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to