aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorJeff Zhang <zjffdu@apache.org>2015-11-25 11:37:42 -0800
committerAndrew Or <andrew@databricks.com>2015-11-25 11:37:42 -0800
commit67b67320884282ccf3102e2af96f877e9b186517 (patch)
tree42c2bd9d12e4a0073ff9b9793c83ecb9d72b7775 /docs/configuration.md
parent0dee44a6646daae0cc03dbc32125e080dff0f4ae (diff)
downloadspark-67b67320884282ccf3102e2af96f877e9b186517.tar.gz
spark-67b67320884282ccf3102e2af96f877e9b186517.tar.bz2
spark-67b67320884282ccf3102e2af96f877e9b186517.zip
[DOCUMENTATION] Fix minor doc error
Author: Jeff Zhang <zjffdu@apache.org> Closes #9956 from zjffdu/dev_typo.
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 4de202d7f7..741d6b2b37 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: