Github user Stibbons commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14830#discussion_r77530179
  
    --- Diff: docs/streaming-programming-guide.md ---
    @@ -1099,7 +1099,7 @@ joinedStream = stream1.join(stream2)
     {% endhighlight %}
     </div>
     </div>
    -Here, in each batch interval, the RDD generated by `stream1` will be 
joined with the RDD generated by `stream2`. You can also do `leftOuterJoin`, 
`rightOuterJoin`, `fullOuterJoin`. Furthermore, it is often very useful to do 
joins over windows of the streams. That is pretty easy as well. 
    --- End diff --
    
    just extra space removed at the end of the file (automatically done by 
Sublime)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to