[ 
https://issues.apache.org/jira/browse/SPARK-6626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-6626.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0
                   1.3.1

Issue resolved by pull request 5295
[https://github.com/apache/spark/pull/5295]

> TwitterUtils.createStream documentation error
> ---------------------------------------------
>
>                 Key: SPARK-6626
>                 URL: https://issues.apache.org/jira/browse/SPARK-6626
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation
>    Affects Versions: 1.3.0
>            Reporter: Jayson Sunshine
>            Priority: Minor
>              Labels: documentation, easyfix
>             Fix For: 1.3.1, 1.4.0
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> At 
> http://spark.apache.org/docs/1.3.0/streaming-programming-guide.html#input-dstreams-and-receivers,
>  under 'Advanced Sources', the documentation provides the following call for 
> Scala:
> TwitterUtils.createStream(ssc)
> However, with only one parameter to this method it appears a jssc object is 
> required, not a ssc object: 
> http://spark.apache.org/docs/1.3.0/api/java/index.html?org/apache/spark/streaming/twitter/TwitterUtils.html
> To make the above call work one must instead provide an option argument, for 
> example:
> TwitterUtils.createStream(ssc, None)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to