Skip to content
Snippets Groups Projects
Commit 0358b08d authored by jayson's avatar jayson Committed by Sean Owen
Browse files

SPARK-6626 [DOCS]: Corrected Scala:TwitterUtils parameters

Per Sean Owen's request, here is the update call for TwitterUtils using Scala :)

Author: jayson <jayson@ziprecruiter.com>

Closes #5295 from JaysonSunshine/master and squashes the following commits:

df1d056 [jayson] Corrected Scala:TwitterUtils parameters
parent d824c11c
No related branches found
No related tags found
No related merge requests found
......@@ -704,7 +704,7 @@ create a DStream using data from Twitter's stream of tweets, you have to do the
{% highlight scala %}
import org.apache.spark.streaming.twitter._
TwitterUtils.createStream(ssc)
TwitterUtils.createStream(ssc, None)
{% endhighlight %}
</div>
<div data-lang="java">
......
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