Repository: spark
Updated Branches:
  refs/heads/master 0dee44a66 -> 67b673208


[DOCUMENTATION] Fix minor doc error

Author: Jeff Zhang <zjf...@apache.org>

Closes #9956 from zjffdu/dev_typo.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/67b67320
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/67b67320
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/67b67320

Branch: refs/heads/master
Commit: 67b67320884282ccf3102e2af96f877e9b186517
Parents: 0dee44a
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:37:42 2015 -0800

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/67b67320/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 4de202d..741d6b2 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

Reply via email to