aboutsummaryrefslogtreecommitdiff
path: root/streaming
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-148-0/+9
* [SPARK-1386] Web UI for Spark StreamingTathagata Das2014-04-1116-88/+576
* SPARK-1057 (alternative) Remove fastutilSean Owen2014-04-112-14/+12
* Update WindowedDStream.scalabaishuo(白硕)2014-04-111-1/+1
* Remove Unnecessary Whitespace'sSandeep2014-04-1011-47/+47
* Revert "SPARK-729: Closures not always serialized at capture time"Patrick Wendell2014-04-101-4/+4
* SPARK-729: Closures not always serialized at capture timeWilliam Benton2014-04-091-4/+4
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-085-50/+96
* [SPARK-1331] Added graceful shutdown to Spark StreamingTathagata Das2014-04-0814-204/+539
* [SPARK-1103] Automatic garbage collection of RDD, shuffle and broadcast dataTathagata Das2014-04-071-1/+3
* HOTFIX: Disable actor input stream test.Patrick Wendell2014-04-071-2/+2
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-061-1/+0
* SPARK-1365 [HOTFIX] Fix RateLimitedOutputStream testPatrick Wendell2014-03-311-2/+3
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-287-11/+10
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-265-15/+33
* SPARK-1316. Remove use of Commons IOSean Owen2014-03-255-35/+27
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-202-3/+3
* SPARK-1254. Consolidate, order, and harmonize repository declarations in Mave...Sean Owen2014-03-151-14/+0
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-071-4/+4
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-035-158/+130
* SPARK-1158: Fix flaky RateLimitedOutputStreamSuite.Reynold Xin2014-03-032-20/+32
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-0/+14
* SPARK-1084.2 (resubmitted)Sean Owen2014-03-021-5/+0
* Ignore RateLimitedOutputStreamSuite for now.Reynold Xin2014-03-021-1/+1
* Remove remaining references to incubationPatrick Wendell2014-03-021-2/+2
* SPARK 1084.1 (resubmitted)Sean Owen2014-02-274-55/+105
* SPARK-1071: Tidy logging strategy and use of log4jSean Owen2014-02-231-5/+0
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-0918-65/+108
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-091-7/+10
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
* Merge pull request #529 from hsaputra/cleanup_right_arrowop_scalaHenry Saputra2014-02-021-8/+8
* Fix ClassCastException in JavaPairRDD.collectAsMap() (SPARK-1040)Josh Rosen2014-01-252-3/+3
* Updated java API docs for streaming, along with very minor changes in the cod...Tathagata Das2014-01-167-73/+77
* Made some classes private[stremaing] and deprecated a method in JavaStreaming...Tathagata Das2014-01-155-4/+11
* Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-141-0/+17
|\
| * Add missing header filesPatrick Wendell2014-01-141-0/+17
* | Changed SparkConf to not be serializable. And also fixed unit-test log paths ...Tathagata Das2014-01-144-13/+53
|/
* Fixed loose ends in docs.Tathagata Das2014-01-141-2/+0
* Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-137-33/+186
|\
| * Merge pull request #413 from rxin/scaladocPatrick Wendell2014-01-133-5/+127
| |\
| | * Adjusted visibility of various components.Reynold Xin2014-01-133-5/+127
| * | Merge pull request #409 from tdas/unpersistPatrick Wendell2014-01-134-27/+61
| |\ \
| | * | Added unpersisting and modified testsuite to better test out metadata cleaning.Tathagata Das2014-01-134-27/+61
| * | | Merge pull request #411 from tdas/filestream-fixPatrick Wendell2014-01-132-62/+69
| |\ \ \ | | |_|/ | |/| |
* | | | Removed StreamingContext.registerInputStream and registerOutputStream - they ...Tathagata Das2014-01-1314-80/+92
* | | | Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-131-1/+1
|\| | | | |/ / |/| |
| * | Updated JavaStreamingContext to make scaladoc compile.Reynold Xin2014-01-131-1/+1
| |/
* / Improved file input stream further.Tathagata Das2014-01-132-62/+69
|/
* Merge pull request #400 from tdas/dstream-movePatrick Wendell2014-01-1332-45/+76
|\
| * Merge remote-tracking branch 'apache/master' into dstream-moveTathagata Das2014-01-125-13/+50
| |\