aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python/sql/streaming
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-18410][STREAMING] Add structured kafka exampleuncleGen2016-11-161-0/+90
| | | | | | | | | | | | ## What changes were proposed in this pull request? This PR provides structured kafka wordcount examples ## How was this patch tested? Author: uncleGen <hustyugm@gmail.com> Closes #15849 from uncleGen/SPARK-18410.
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-112-1/+104
| | | | | | | | | | | | | | ## What changes were proposed in this pull request? A structured streaming example with event time windowing. ## How was this patch tested? Run locally Author: James Thomas <jamesjoethomas@gmail.com> Closes #13957 from jjthomas/current.
* [SPARK-16114][SQL] structured streaming network word count examplesJames Thomas2016-06-281-0/+76
## What changes were proposed in this pull request? Network word count example for structured streaming ## How was this patch tested? Run locally Author: James Thomas <jamesjoethomas@gmail.com> Author: James Thomas <jamesthomas@Jamess-MacBook-Pro.local> Closes #13816 from jjthomas/master.