Repository: spark Updated Branches: refs/heads/branch-2.1 001f49b7c -> 4b8a643f9
[SPARK-18918][DOC] Missing </td> in Configuration page ### What changes were proposed in this pull request? The configuration page looks messy now, as shown in the nightly build: https://people.apache.org/~pwendell/spark-nightly/spark-master-docs/latest/configuration.html Starting from the following location:  ### How was this patch tested? Attached is the screenshot generated in my local computer after the fix. [Configuration - Spark 2.2.0 Documentation.pdf](https://github.com/apache/spark/files/659315/Configuration.-.Spark.2.2.0.Documentation.pdf) Author: gatorsmile <gatorsm...@gmail.com> Closes #16327 from gatorsmile/docFix. (cherry picked from commit c0c9e1d27a4c9ede768cfb150cdb26d68472f1da) Signed-off-by: Sean Owen <so...@cloudera.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4b8a643f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4b8a643f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4b8a643f Branch: refs/heads/branch-2.1 Commit: 4b8a643f9bb74919a980f72ea72be957689ed8d5 Parents: 001f49b Author: gatorsmile <gatorsm...@gmail.com> Authored: Sun Dec 18 09:02:04 2016 +0000 Committer: Sean Owen <so...@cloudera.com> Committed: Sun Dec 18 09:02:27 2016 +0000 ---------------------------------------------------------------------- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4b8a643f/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index a6ba6cf..e33af3a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1305,7 +1305,7 @@ Apart from these, the following properties are also available, and may be useful </td> </tr> <tr> - <td><code>spark.blacklist.stage.maxFailedTasksPerExecutor</code> + <td><code>spark.blacklist.stage.maxFailedTasksPerExecutor</code></td> <td>2</td> <td> (Experimental) How many different tasks must fail on one executor, within one stage, before the --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org