Repository: spark Updated Branches: refs/heads/branch-1.2 2cd446a90 -> 76046664d
[SPARK-4982][DOC] `spark.ui.retainedJobs` description is wrong in Spark UI configuration guide Author: wangxiaojing <[email protected]> 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 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/76046664 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/76046664 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/76046664 Branch: refs/heads/branch-1.2 Commit: 76046664dc9bd830b10c9e4786c211b4407a81e0 Parents: 2cd446a Author: wangxiaojing <[email protected]> Authored: Mon Dec 29 10:45:14 2014 -0800 Committer: Josh Rosen <[email protected]> Committed: Mon Dec 29 10:46:13 2014 -0800 ---------------------------------------------------------------------- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/76046664/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index 60fde13..d0fbf1a 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
