You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tathagata Das (JIRA)" <ji...@apache.org> on 2015/08/05 10:09:04 UTC

[jira] [Resolved] (SPARK-9601) Join example fix in streaming-programming-guide.md

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

Tathagata Das resolved SPARK-9601.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

> Join example fix in streaming-programming-guide.md
> --------------------------------------------------
>
>                 Key: SPARK-9601
>                 URL: https://issues.apache.org/jira/browse/SPARK-9601
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.4.1
>            Reporter: Jayant Shekhar
>            Priority: Trivial
>             Fix For: 1.5.0
>
>
> Stream-Stream Join has the following signature for Java in the guide:
> JavaPairDStream<String, String> joinedStream = stream1.join(stream2);
> It should be:
> JavaPairDStream<String, Tuple2<String, String>> joinedStream = stream1.join(stream2);
> Same for windowed stream join. It should be:
> JavaPairDStream<String, Tuple2<String, String>> joinedStream = windowedStream1.join(windowedStream2);



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

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