Repository: spark Updated Branches: refs/heads/branch-1.6 685b9c2f5 -> 448208d0e
[DOCUMENTATION] Fix minor doc error Author: Jeff Zhang <zjf...@apache.org> Closes #9956 from zjffdu/dev_typo. (cherry picked from commit 67b67320884282ccf3102e2af96f877e9b186517) Signed-off-by: Andrew Or <and...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/448208d0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/448208d0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/448208d0 Branch: refs/heads/branch-1.6 Commit: 448208d0e86963b7f3ee0e507967512240546871 Parents: 685b9c2 Author: Jeff Zhang <zjf...@apache.org> Authored: Wed Nov 25 11:37:42 2015 -0800 Committer: Andrew Or <and...@databricks.com> Committed: Wed Nov 25 11:38:08 2015 -0800 ---------------------------------------------------------------------- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/448208d0/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index c496146..77f1006 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -35,7 +35,7 @@ val sc = new SparkContext(conf) {% endhighlight %} Note that we can have more than 1 thread in local mode, and in cases like Spark Streaming, we may -actually require one to prevent any sort of starvation issues. +actually require more than 1 thread to prevent any sort of starvation issues. Properties that specify some time duration should be configured with a unit of time. The following format is accepted: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org