aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-programming-guide.md
Commit message (Expand)AuthorAgeFilesLines
...
* [Spark-8343] [Streaming] [Docs] Improve Spark Streaming Guides.Mike Dusenberry2015-06-131-126/+121
* [SPARK-7284] [STREAMING] Updated streaming documentationTathagata Das2015-06-121-46/+24
* [DOC] Minor modification to Streaming docs with regards to parallel data rece...Nishkam Ravi2015-06-011-4/+4
* [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListenerdobashim2015-05-091-1/+1
* [doc][streaming] Fixed broken link in mllib sectionBenFradet2015-04-201-1/+1
* SPARK-6626 [DOCS]: Corrected Scala:TwitterUtils parametersjayson2015-04-011-1/+1
* [SPARK-6128][Streaming][Documentation] Updates to Spark Streaming Programming...Tathagata Das2015-03-111-80/+390
* [MINOR] [DOCS] Fix map -> mapToPair in Streaming Java exampleSean Owen2015-03-111-4/+4
* HOTFIX: Break in Jekyll build from #4589Patrick Wendell2015-02-161-2/+1
* [SPARK-5800] Streaming Docs. Change linked files according the selected languagegasparms2015-02-141-4/+17
* [SPARK-5608] Improve SEO of Spark documentation pagesMatei Zaharia2015-02-051-1/+3
* [SPARK-5131][Streaming][DOC]: There is a discrepancy in WAL implementation an...uncleGen2015-01-131-1/+1
* [SPARK-4608][Streaming] Reorganize StreamingContext implicit to improve API c...zsxwing2014-12-251-2/+2
* [SPARK-4806] Streaming doc update for 1.2Tathagata Das2014-12-111-459/+609
* Streaming doc : do you mean inadvertently?CrazyJvm2014-12-051-1/+1
* SPARK-4040. Update documentation to exemplify use of local (n) value, fo...jay@apache.org2014-11-051-5/+9
* [SPARK-3952] [Streaming] [PySpark] add Python examples in Streaming Programmi...Davies Liu2014-10-181-9/+295
* [SPARK-3899][Doc]fix wrong links in streaming docw002289702014-10-121-1/+1
* Fix Java example in Streaming Programming GuideSantiago M. Mola2014-09-201-1/+1
* [SPARK-2419][Streaming][Docs] More updates to the streaming programming guideTathagata Das2014-09-061-14/+50
* [SPARK-2419][Streaming][Docs] Updates to the streaming programming guideTathagata Das2014-09-031-180/+338
* [SPARK-1981] Add AWS Kinesis streaming supportChris Fregly2014-08-021-4/+8
* Docs: monitoring, streaming programming guidekballou2014-07-311-2/+2
* Streaming programming guide typosClément MATHIEU2014-07-031-2/+2
* Small correction in Streaming Programming Guide docakkomar2014-06-131-1/+1
* SPARK-1976: fix the misleading part in streaming docsCodingCat2014-05-301-1/+2
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-301-22/+20
* Fix doc about NetworkWordCount/JavaNetworkWordCount usage of spark streamingjmu2014-05-271-3/+3
* default task number misleading in several placesChen Chao2014-05-141-8/+10
* SPARK-1637: Clean up examples for 1.0Sandeep2014-05-061-12/+11
* [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guideTathagata Das2014-05-051-43/+157
* SPARK-1663. Corrections for several compile errors in streaming code examples...Sean Owen2014-05-031-26/+36
* SPARK-1619 Launch spark-shell with spark-submitPatrick Wendell2014-04-241-4/+2
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-28/+28
* maintain arbitrary state data for each keyChen Chao2014-03-091-1/+1
* SPARK-1173. (#2) Fix typo in Java streaming example.Aaron Kimball2014-03-021-1/+1
* SPARK-1173. Improve scala streaming docs.Aaron Kimball2014-03-021-5/+33
* [SPARK-1105] fix site scala version error in docsCodingCat2014-02-191-8/+8
* Fix typos in Spark Streaming programming guideAndrew Or2014-02-171-14/+13
* Merge pull request #579 from CrazyJvm/patch-1.Chen Chao2014-02-101-1/+1
* Merge pull request #497 from tdas/docs-updateTathagata Das2014-01-281-290/+988
* Fixed loose ends in docs.Tathagata Das2014-01-141-2/+2
* Removed StreamingContext.registerInputStream and registerOutputStream - they ...Tathagata Das2014-01-131-15/+17
* Merge remote-tracking branch 'apache/master' into dstream-moveTathagata Das2014-01-121-2/+2
|\
| * Rename DStream.foreach to DStream.foreachRDDPatrick Wendell2014-01-121-2/+2
* | Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-121-1/+1
|/
* run-example -> bin/run-examplePrashant Sharma2014-01-021-2/+2
* Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-2/+2
* Various broken links in documentationPatrick Wendell2013-12-071-4/+4
* Add a `repartition` operator.Patrick Wendell2013-10-241-0/+4