[GitHub] spark pull request #14183: updated structured streaming guide

2016-07-13 Thread jjthomas
GitHub user jjthomas opened a pull request: https://github.com/apache/spark/pull/14183 updated structured streaming guide ## What changes were proposed in this pull request? Updated structured streaming programming guide with new windowed example. ## How

[GitHub] spark pull request #13957: [SPARK-16114] [SQL] structured streaming event ti...

2016-07-01 Thread jjthomas
Github user jjthomas commented on a diff in the pull request: https://github.com/apache/spark/pull/13957#discussion_r69358134 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/socket.scala --- @@ -136,7 +149,8 @@ class TextSocketSourceProvider extends

[GitHub] spark pull request #13957: structured streaming event time window example

2016-06-28 Thread jjthomas
GitHub user jjthomas opened a pull request: https://github.com/apache/spark/pull/13957 structured streaming event time window example ## What changes were proposed in this pull request? A structured streaming example with event time windowing. ## How

[GitHub] spark issue #13816: [SPARK-16114] [SQL] structured streaming network word co...

2016-06-21 Thread jjthomas
Github user jjthomas commented on the issue: https://github.com/apache/spark/pull/13816 Responded to comments --- 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

[GitHub] spark pull request #13816: [SPARK-16114] [SQL] structured streaming network ...

2016-06-21 Thread jjthomas
GitHub user jjthomas opened a pull request: https://github.com/apache/spark/pull/13816 [SPARK-16114] [SQL] structured streaming network word count examples ## What changes were proposed in this pull request? Network word count example for structured streaming