Repository: spark
Updated Branches:
  refs/heads/branch-1.3 e527b3590 -> 7d029cb1e


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

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

Author: jayson <jay...@ziprecruiter.com>

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

df1d056 [jayson] Corrected Scala:TwitterUtils parameters

(cherry picked from commit 0358b08db85b3ee4ae70834626e7a42311bcc635)
Signed-off-by: Sean Owen <so...@cloudera.com>


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

Branch: refs/heads/branch-1.3
Commit: 7d029cb1eb6f1df1bce1a3f5784fb7ce2f981a33
Parents: e527b35
Author: jayson <jay...@ziprecruiter.com>
Authored: Wed Apr 1 11:12:55 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Apr 1 11:14:03 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/spark/blob/7d029cb1/docs/streaming-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/streaming-programming-guide.md 
b/docs/streaming-programming-guide.md
index 9676894..e2c6a1c 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -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">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to