aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #476 from tdas/streamingTathagata Das2013-02-1952-862/+2142
|\
| * Added comment to the KafkaWordCount, given by Sean McNamara.Tathagata Das2013-02-191-0/+12
| * Merge branch 'mesos-streaming' into streamingTathagata Das2013-02-190-0/+0
| |\ | |/ |/|
* | Merge pull request #455 from tdas/streamingTathagata Das2013-02-07183-2473/+4256
|\ \
| | * Merge branch 'streaming' into ScrapCodes-streaming-actorTathagata Das2013-02-19209-3356/+5876
| | |\
| | | * Changed networkStream to socketStream and pluggableNetworkStream to become ne...Tathagata Das2013-02-189-35/+36
| | | * Merge branch 'streaming' into ScrapCode-streamingTathagata Das2013-02-18242-3438/+9569
| | | |\
| | | | * Added checkpointing and fault-tolerance semantics to the programming guide. F...Tathagata Das2013-02-188-59/+206
| | | | * Many changes to ensure better 2nd recovery if 2nd failure happens whileTathagata Das2013-02-1718-97/+208
| | | | * Made MasterFailureTest more robust.Tathagata Das2013-02-151-4/+22
| | | | * Moved Java streaming examples to examples/src/main/java/spark/streaming/... a...Tathagata Das2013-02-144-1/+1
| | | | * Added TwitterInputDStream from example to StreamingContext. Renamed example T...Tathagata Das2013-02-144-45/+53
| | | | * Removed countByKeyAndWindow on paired DStreams, and added countByValueAndWind...Tathagata Das2013-02-149-189/+231
| | | | * Changes functions comments to make them more consistent.Tathagata Das2013-02-132-45/+45
| | | | * Added filter functionality to reduceByKeyAndWindow with inverse. Consolidated...Tathagata Das2013-02-137-81/+102
| | | | * Changed scheduler and file input stream to fix bugs in the driver fault toler...Tathagata Das2013-02-1318-452/+693
| | | | * Fixed bugs in FileInputDStream and Scheduler that occasionally failed to repr...Tathagata Das2013-02-106-91/+221
| | | | * Fixed bug in CheckpointRDD to prevent exception when the original RDD had zer...Tathagata Das2013-02-102-2/+12
| | | | * Added an initial spark job to ensure worker nodes are initialized.Tathagata Das2013-02-092-2/+7
| | |_|/ | |/| |
| * | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-07177-2220/+3876
| |\ \ \
| | * \ \ Merge pull request #450 from stephenh/inlinemergepairMatei Zaharia2013-02-051-6/+4
| | |\ \ \
| | | * | | Inline mergePair to look more like the narrow dep branch.Stephen Haberman2013-02-051-6/+4
| | * | | | Merge pull request #451 from stephenh/fixdeathpactexceptionMatei Zaharia2013-02-052-19/+13
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' into fixdeathpactexceptionStephen Haberman2013-02-0530-258/+991
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #449 from stephenh/longerdriversuiteMatei Zaharia2013-02-051-1/+2
| | |\ \ \ \ \
| | | * | | | | Increase DriverSuite timeout.Stephen Haberman2013-02-051-1/+2
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #447 from pwendell/streaming-constructorMatei Zaharia2013-02-051-0/+8
| | |\ \ \ \ \
| | | * | | | | Streaming constructor which takes JavaSparkContextPatrick Wendell2013-02-051-0/+8
| | |/ / / / /
| | * | | | | Small fix to test for distinctMatei Zaharia2013-02-041-1/+1
| | * | | | | Fix failing testMatei Zaharia2013-02-041-2/+1
| | * | | | | Merge pull request #445 from JoshRosen/pyspark_fixesMatei Zaharia2013-02-035-22/+19
| | |\ \ \ \ \
| | | * | | | | Remove unnecessary doctest __main__ methods.Josh Rosen2013-02-032-18/+0
| | | * | | | | Fetch fewer objects in PySpark's take() method.Josh Rosen2013-02-032-2/+13
| | | * | | | | Fix reporting of PySpark doctest failures.Josh Rosen2013-02-032-2/+6
| | | |/ / / /
| | * | | | | Merge pull request #379 from stephenh/sparkmemMatei Zaharia2013-02-026-35/+17
| | |\ \ \ \ \
| | | * | | | | Fix dangling old variable names.Stephen Haberman2013-02-021-2/+2
| | | * | | | | Move executorMemory up into SchedulerBackend.Stephen Haberman2013-02-024-29/+12
| | | * | | | | Merge branch 'master' into sparkmemStephen Haberman2013-02-02254-2124/+13947
| | | |\| | | |
| | | * | | | | Fix SPARK_MEM in ExecutorRunner.Stephen Haberman2013-01-221-1/+1
| | | * | | | | Restore SPARK_MEM in executorEnvs.Stephen Haberman2013-01-221-2/+3
| | | * | | | | Add spark.executor.memory to differentiate executor memory from spark-shell m...Stephen Haberman2013-01-153-10/+8
| | * | | | | | Merge pull request #422 from squito/blockmanager_infoMatei Zaharia2013-02-026-38/+59
| | |\ \ \ \ \ \
| | | * | | | | | remove unneeded (and unused) filter on block infoImran Rashid2013-02-011-2/+0
| | | * | | | | | track total partitions, in addition to cached partitions; use scala string fo...Imran Rashid2013-02-013-9/+13
| | | * | | | | | fixup merge (master -> driver renaming)Imran Rashid2013-02-011-1/+1
| | | * | | | | | Merge branch 'master' into blockmanager_infoImran Rashid2013-01-3043-246/+291
| | | |\ \ \ \ \ \
| | | * | | | | | | rename Slaves --> ExecutorImran Rashid2013-01-302-5/+5
| | | * | | | | | | Merge branch 'master' into blockmanager_infoImran Rashid2013-01-2923-192/+207
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | better formatting for RDDInfoImran Rashid2013-01-281-3/+9
| | | * | | | | | | | expose RDD & storage info directly via SparkContextImran Rashid2013-01-284-28/+41