You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/12/18 09:02:14 UTC

spark git commit: [SPARK-18918][DOC] Missing in Configuration page

Repository: spark
Updated Branches:
  refs/heads/master 38fd163d0 -> c0c9e1d27


[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:

![screenshot 2016-12-18 00 26 33](https://cloud.githubusercontent.com/assets/11567269/21292396/ace4719c-c4b8-11e6-8dfd-d9ab95be43d5.png)

### 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 <ga...@gmail.com>

Closes #16327 from gatorsmile/docFix.


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

Branch: refs/heads/master
Commit: c0c9e1d27a4c9ede768cfb150cdb26d68472f1da
Parents: 38fd163
Author: gatorsmile <ga...@gmail.com>
Authored: Sun Dec 18 09:02:04 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Dec 18 09:02:04 2016 +0000

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c0c9e1d2/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 07bcd4a..a8b7197 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1340,7 +1340,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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org