Repository: spark
Updated Branches:
  refs/heads/master 74d8d3d92 -> 28fa01e2b


[SPARK-8927] [DOCS] Format wrong for some config descriptions

A couple descriptions were not inside `<td></td>` and were being displayed 
immediately under the section title instead of in their row.

Author: Jonathan Alter <jonal...@users.noreply.github.com>

Closes #7292 from jonalter/docs-config and squashes the following commits:

5ce1570 [Jonathan Alter] [DOCS] Format wrong for some config descriptions


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

Branch: refs/heads/master
Commit: 28fa01e2ba146e823489f6d81c5eb3a76b20c71f
Parents: 74d8d3d
Author: Jonathan Alter <jonal...@users.noreply.github.com>
Authored: Thu Jul 9 03:28:51 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Jul 9 03:28:51 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/spark/blob/28fa01e2/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index bebaf6f..892c02b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1007,9 +1007,9 @@ Apart from these, the following properties are also 
available, and may be useful
 <tr>
   <td><code>spark.rpc.numRetries</code></td>
   <td>3</td>
+  <td>
     Number of times to retry before an RPC task gives up.
     An RPC task will run at most times of this number.
-  <td>
   </td>
 </tr>
 <tr>
@@ -1029,8 +1029,8 @@ Apart from these, the following properties are also 
available, and may be useful
 <tr>
   <td><code>spark.rpc.lookupTimeout</code></td>
   <td>120s</td>
-    Duration for an RPC remote endpoint lookup operation to wait before timing 
out.
   <td>
+    Duration for an RPC remote endpoint lookup operation to wait before timing 
out.  
   </td>
 </tr>
 </table>


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

Reply via email to