aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorwangxiaojing <u9jing@gmail.com>2014-12-29 10:45:14 -0800
committerJosh Rosen <joshrosen@databricks.com>2014-12-29 10:45:26 -0800
commit6645e52580747990321e22340ae742f26d2f2504 (patch)
tree4e2a5aebd514346321b52096329e8771efb40e85 /docs/configuration.md
parent14fa87bdf4b89cd392270864ee063ce01bd31887 (diff)
downloadspark-6645e52580747990321e22340ae742f26d2f2504.tar.gz
spark-6645e52580747990321e22340ae742f26d2f2504.tar.bz2
spark-6645e52580747990321e22340ae742f26d2f2504.zip
[SPARK-4982][DOC] `spark.ui.retainedJobs` description is wrong in Spark UI configuration guide
Author: wangxiaojing <u9jing@gmail.com> Closes #3818 from wangxiaojing/SPARK-4982 and squashes the following commits: fe2ad5f [wangxiaojing] change stages to jobs
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 2cc013c47f..fa9d311f85 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -452,7 +452,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.ui.retainedJobs</code></td>
<td>1000</td>
<td>
- How many stages the Spark UI and status APIs remember before garbage
+ How many jobs the Spark UI and status APIs remember before garbage
collecting.
</td>
</tr>