aboutsummaryrefslogtreecommitdiff
path: root/docs
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:46:13 -0800
commit76046664dc9bd830b10c9e4786c211b4407a81e0 (patch)
tree40bbf0e2bc99c1f9e209394253cd6246548d15b1 /docs
parent2cd446a90216ac8eb19584c760685fbb470c4301 (diff)
downloadspark-76046664dc9bd830b10c9e4786c211b4407a81e0.tar.gz
spark-76046664dc9bd830b10c9e4786c211b4407a81e0.tar.bz2
spark-76046664dc9bd830b10c9e4786c211b4407a81e0.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 (cherry picked from commit 6645e52580747990321e22340ae742f26d2f2504) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 60fde1386a..d0fbf1a14a 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>