aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding some initial tests to streaming API.Patrick Wendell2013-01-143-3/+79
* A very rough, early cut at some Java functionality for Streaming.Patrick Wendell2013-01-144-1/+190
* Merge pull request #370 from tdas/streamingTathagata Das2013-01-1313-89/+411
|\
| * Minor name fixTathagata Das2013-01-131-2/+2
| * Fixed bugTathagata Das2013-01-131-1/+3
| * Added documentation for PairDStreamFunctions.Tathagata Das2013-01-135-50/+331
| * Removed stream id from the constructor of NetworkReceiver to make it easier f...Tathagata Das2013-01-137-37/+76
* | Merge pull request #366 from tdas/streamingTathagata Das2013-01-1336-378/+514
|\|
| * Changed variable name form ***Time to ***Duration to keep things consistent.Tathagata Das2013-01-0926-186/+176
| * Split Time to Time (absolute instant of time) and Duration (duration of time).Tathagata Das2013-01-0925-152/+174
| * Making the Twitter example distributed.Patrick Wendell2013-01-072-37/+62
| * Moved Twitter example to the where the other examples are.Tathagata Das2013-01-072-10/+11
| * Merge branch 'streaming-merge' into dev-mergeTathagata Das2013-01-073-1/+108
| |\
| | * Merge pull request #8 from radlab/twitter-examplePatrick Wendell2012-12-293-1/+108
| | |\
| | | * Minor changes after review and general cleanup.Patrick Wendell2012-12-212-11/+19
| | | * Adding a Twitter InputDStream with an examplePatrick Wendell2012-12-213-1/+100
| * | | Merge branch 'dev' into dev-mergeTathagata Das2013-01-0735-356/+181
| |\ \ \
| * \ \ \ Merge branch 'dev-merge' of github.com:radlab/spark into dev-mergeTathagata Das2013-01-075-99/+90
| |\ \ \ \
| | * \ \ \ Merge pull request #10 from radlab/datahandler-fixPatrick Wendell2013-01-025-99/+90
| | |\ \ \ \
| | | * | | | BufferingBlockCreator -> NetworkReceiver.BlockGeneratorPatrick Wendell2013-01-025-94/+89
| | | * | | | Merge branch 'dev-merge' into datahandler-fixPatrick Wendell2013-01-0254-538/+919
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Several code-quality improvements to DataHandler.Patrick Wendell2013-01-025-88/+84
* | | | | | | Merge pull request #365 from ryanlecompte/rate_limiter_timing_cleanupMatei Zaharia2013-01-132-29/+58
|\ \ \ \ \ \ \
| * | | | | | | switch to uppercase constantsRyan LeCompte2013-01-131-4/+4
| * | | | | | | more code cleanupRyan LeCompte2013-01-131-31/+32
| * | | | | | | add commentRyan LeCompte2013-01-121-0/+1
| * | | | | | | add one extra testRyan LeCompte2013-01-121-0/+1
| * | | | | | | correct test paramsRyan LeCompte2013-01-121-2/+2
| * | | | | | | add unit testRyan LeCompte2013-01-112-1/+23
| * | | | | | | add missing returnRyan LeCompte2013-01-111-0/+1
| * | | | | | | attempt to sleep for more accurate time period, minor cleanupRyan LeCompte2013-01-111-8/+11
|/ / / / / / /
* | | | | | | Merge pull request #350 from tdas/streamingMatei Zaharia2013-01-07109-319/+7742
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Changed locations for unit test logs.Tathagata Das2013-01-074-8/+8
| * | | | | | Fixed bugTathagata Das2013-01-071-1/+1
| * | | | | | Added better docs for RDDCheckpointDataTathagata Das2013-01-072-1/+13
| * | | | | | Renamed examples and added documentation.Tathagata Das2013-01-0715-304/+141
| * | | | | | Changed cleanup to clearOldValues for TimeStampedHashMap and TimeStampedHashSet.Tathagata Das2013-01-077-12/+18
| * | | | | | Moved Spark Streaming examples to examples sub-project.Tathagata Das2013-01-0613-2/+1
| * | | | | | Removed streaming-env.sh.templateTathagata Das2013-01-063-29/+0
| |/ / / / /
| * | | | | Fixed compilation bug in RDDSuite created during merge for mesos/master.Tathagata Das2013-01-011-3/+3
| * | | | | Merge branch 'mesos' into dev-mergeTathagata Das2013-01-0110-47/+187
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge pull request #349 from woggling/cache-finallyMatei Zaharia2013-01-012-11/+28
| | |\ \ \ \
| | | * | | | Remove some dead commentsCharles Reiss2013-01-011-6/+0
| | | * | | | Test with exception while computing cached RDD.Charles Reiss2013-01-011-0/+23
| | | * | | | Mark key as not loading in CacheTracker even when compute() failsCharles Reiss2013-01-011-10/+10
| | * | | | | Merge pull request #348 from JoshRosen/spark-597Matei Zaharia2013-01-014-0/+58
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Raise exception when hashing Java arrays (SPARK-597)Josh Rosen2012-12-314-0/+58
| | |/ / / /
| * | | | | Updated Streaming Programming Guide.Tathagata Das2013-01-015-17/+179
| * | | | | More classes made private[streaming] to hide from scala docs.Tathagata Das2012-12-3018-52/+137
| * | | | | Refactored a whole lot to push all DStreams into the spark.streaming.dstream ...Tathagata Das2012-12-3041-333/+402