Repository: spark Updated Branches: refs/heads/branch-2.2 e88349873 -> 529c04f01
[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. (cherry picked from commit 987eb8faddbb533e006c769d382a3e4fda3dd6ee) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/529c04f0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/529c04f0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/529c04f0 Branch: refs/heads/branch-2.2 Commit: 529c04f01fa776d281a7f85ac30e5f38d6a31439 Parents: e883498 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:39 2017 +0100 ---------------------------------------------------------------------- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/529c04f0/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index 8d5d55c..6a00ad1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1543,6 +1543,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]
