Repository: spark Updated Branches: refs/heads/master d107b3b91 -> 987eb8fad
[MINOR][DOCS] Add lost <tr> tag for configuration.md ## What changes were proposed in this pull request? Add lost `<tr>` tag for `configuration.md`. ## How was this patch tested? N/A Author: Yuming Wang <[email protected]> Closes #18372 from wangyum/docs-missing-tr. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/987eb8fa Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/987eb8fa Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/987eb8fa Branch: refs/heads/master Commit: 987eb8faddbb533e006c769d382a3e4fda3dd6ee Parents: d107b3b Author: Yuming Wang <[email protected]> Authored: Wed Jun 21 15:30:31 2017 +0100 Committer: Sean Owen <[email protected]> Committed: Wed Jun 21 15:30:31 2017 +0100 ---------------------------------------------------------------------- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/987eb8fa/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index f1c6d04..f4bec58 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1566,6 +1566,8 @@ Apart from these, the following properties are also available, and may be useful of this setting is to act as a safety-net to prevent runaway uncancellable tasks from rendering an executor unusable. </td> +</tr> +<tr> <td><code>spark.stage.maxConsecutiveAttempts</code></td> <td>4</td> <td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
