Repository: spark
Updated Branches:
  refs/heads/branch-1.4 5bc19a1a9 -> 2fb2ef0ee


[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

(cherry picked from commit 28fa01e2ba146e823489f6d81c5eb3a76b20c71f)
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/2fb2ef0e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2fb2ef0e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2fb2ef0e

Branch: refs/heads/branch-1.4
Commit: 2fb2ef0ee7414cb5f7342cd80e0b943c1ad52cec
Parents: 5bc19a1
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:29:13 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/spark/blob/2fb2ef0e/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index affcd21..19f3b7e 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