aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-02-251-1/+1
|\
| * Merge pull request #498 from pwendell/shutup-akkaMatei Zaharia2013-02-251-1/+1
| |\
| | * Disable remote lifecycle logging from Akka.Patrick Wendell2013-02-251-1/+1
* | | Change tabs to spacesMatei Zaharia2013-02-251-15/+15
|/ /
* | Get spark.default.paralellism on each call to defaultPartitioner,Matei Zaharia2013-02-251-4/+1
* | Merge pull request #459 from stephenh/bettersplitsMatei Zaharia2013-02-259-42/+94
|\ \ | |/ |/|
| * Use default parallelism if its set.Stephen Haberman2013-02-242-6/+19
| * Merge branch 'master' into bettersplitsStephen Haberman2013-02-24117-879/+1755
| |\
| * | Update more javadocs.Stephen Haberman2013-02-162-15/+17
| * | Tweak test names.Stephen Haberman2013-02-161-2/+2
| * | Remove fileServerSuite.txt.Stephen Haberman2013-02-161-1/+0
| * | Update default.parallelism docs, have StandaloneSchedulerBackend use it.Stephen Haberman2013-02-168-28/+43
| * | Change defaultPartitioner to use upstream split size.Stephen Haberman2013-02-103-6/+29
* | | Merge pull request #497 from ScrapCodes/dep-resolution-fixMatei Zaharia2013-02-251-1/+3
|\ \ \
| * | | Moving akka dependency resolver to shared.Prashant Sharma2013-02-251-1/+3
* | | | Merge pull request #494 from mesos/streamingMatei Zaharia2013-02-2466-1227/+3254
|\| | |
| * | | Merge pull request #495 from tdas/streamingTathagata Das2013-02-247-26/+14
| |\ \ \
| | * | | Removing duplicate doc.Tathagata Das2013-02-242-103/+2
| | * | | Fixed class paths and dependencies based on Matei's comments.Tathagata Das2013-02-248-24/+113
| * | | | Merge pull request #493 from tdas/streamingTathagata Das2013-02-2436-105/+696
| |\| | |
| | * | | Added back the initial spark job before starting streaming receiversTathagata Das2013-02-241-1/+1
| | * | | Changed Algebird from 0.1.9 to 0.1.8Tathagata Das2013-02-242-2/+2
| | * | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-2418-47/+361
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Fixed missing dependencies in streaming/pom.xmlTathagata Das2013-02-241-4/+14
| | * | | Fixed bugs in examples.Tathagata Das2013-02-243-4/+3
| | * | | Updated streaming programming guide with Java API info, and comments from Pat...Tathagata Das2013-02-233-14/+76
| | * | | Change spark.cleaner.delay to spark.cleaner.ttl. Updated docs.Tathagata Das2013-02-233-6/+6
| | * | | Fixed differences in APIs of StreamingContext and JavaStreamingContext. Chang...Tathagata Das2013-02-235-26/+232
| | * | | Merge branch 'mesos-streaming' into streamingTathagata Das2013-02-228-8/+313
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Fixed resolver for akka-zeromqTathagata Das2013-02-221-0/+3
| * | | | Merge pull request #480 from MLnick/streaming-eg-algebirdTathagata Das2013-02-225-5/+179
| |\ \ \ \
| | * | | | Adding documentation for HLL and CMS examples. More efficient and clear use o...Nick Pentreath2013-02-212-12/+36
| | * | | | Bumping Algebird to 0.1.9Nick Pentreath2013-02-212-2/+2
| | * | | | Merge remote-tracking branch 'upstream/streaming' into streaming-eg-algebirdNick Pentreath2013-02-21115-922/+1528
| | |\ \ \ \
| | * | | | | Streaming example using Twitter Algebird's Count Min Sketch monoidNick Pentreath2013-02-191-0/+78
| | * | | | | Dependencies and refactoring for streaming HLL example, and using context.twi...Nick Pentreath2013-02-193-21/+24
| | * | | | | Merge remote-tracking branch 'upstream/streaming' into streaming-eg-algebirdNick Pentreath2013-02-1955-1138/+2543
| | |\ \ \ \ \
| | * | | | | | Adding streaming HyperLogLog example using AlgebirdNick Pentreath2013-02-193-1/+69
| * | | | | | | Merge pull request #479 from ScrapCodes/zeromq-streamingTathagata Das2013-02-224-3/+131
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | removed document on zeromqPrashant Sharma2013-02-201-59/+0
| | * | | | | | fixes corresponding to review feedback at pull request #479Prashant Sharma2013-02-203-6/+9
| | * | | | | | example for demonstrating ZeroMQ streamPrashant Sharma2013-02-192-8/+77
| | * | | | | | ZeroMQ stream as receiverPrashant Sharma2013-02-194-0/+115
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #487 from tdas/streamingTathagata Das2013-02-20113-903/+1387
| |\ \ \ \ \ \
| | | | | * | | Fixed condition in InputDStream isTimeValid.Tathagata Das2013-02-211-1/+1
| | | |_|/ / / | | |/| | | |
| | * | | | | Merge branch 'mesos-streaming' into streamingTathagata Das2013-02-207-50/+103
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #486 from ScrapCodes/akka-example-bug-fixTathagata Das2013-02-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | A bug fix post merge, following changes to AkkaUtilsPrashant Sharma2013-02-201-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #481 from pwendell/stream-rdd-type-streamingTathagata Das2013-02-196-19/+146
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Small changes that were missing in mergePatrick Wendell2013-02-192-0/+2