aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Alter <jonalter@users.noreply.github.com>2015-07-09 03:28:51 +0100
committerSean Owen <sowen@cloudera.com>2015-07-09 03:28:51 +0100
commit28fa01e2ba146e823489f6d81c5eb3a76b20c71f (patch)
tree95544c6335237506969e660dfd94eaa2821e1977 /docs
parent74d8d3d928cc9a7386b68588ac89ae042847d146 (diff)
downloadspark-28fa01e2ba146e823489f6d81c5eb3a76b20c71f.tar.gz
spark-28fa01e2ba146e823489f6d81c5eb3a76b20c71f.tar.bz2
spark-28fa01e2ba146e823489f6d81c5eb3a76b20c71f.zip
[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 <jonalter@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
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index bebaf6f62e..892c02b27d 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>