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

[jira] [Assigned] (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 ]

Apache Spark reassigned SPARK-9601:
-----------------------------------

    Assignee: Apache Spark

> 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
>            Assignee: Apache Spark
>            Priority: Trivial
>
> 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