Skip to content
Snippets Groups Projects
Commit 67b67320 authored by Jeff Zhang's avatar Jeff Zhang Committed by Andrew Or
Browse files

[DOCUMENTATION] Fix minor doc error

Author: Jeff Zhang <zjffdu@apache.org>

Closes #9956 from zjffdu/dev_typo.
parent 0dee44a6
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment