aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-0786-1409/+6374
* Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-062-14/+11
|\
| * Commit task outputs to Hadoop-supported storage systems in parallel on theMatei Zaharia2012-06-062-14/+11
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-063-14/+103
|\|
| * Handle arrays that contain the same element many times better inMatei Zaharia2012-06-062-13/+102
| * Some refactoring to make BoundedMemoryCache test similar to othersMatei Zaharia2012-06-061-1/+1
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-0512-0/+19
|\|
| * Add System.exit(0) at the end of all the example programs.Matei Zaharia2012-06-0512-0/+19
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-0331-185/+655
|\|
| * Merge branch 'master' of github.com:mesos/sparkReynold Xin2012-05-309-64/+243
| |\
| | * Merge pull request #132 from Benky/rb-first-iterationMatei Zaharia2012-05-267-47/+178
| | |\
| | | * MesosScheduler refactoringRichard Benkovsky2012-05-222-13/+42
| | | * Added tests for CacheTrackerActorRichard Benkovsky2012-05-222-1/+100
| | | * Little refactoringRichard Benkovsky2012-05-223-26/+20
| | | * Added tests for Utils.copyStreamRichard Benkovsky2012-05-221-1/+12
| | | * Formating fixedRichard Benkovsky2012-05-221-3/+1
| | | * Utils.memoryBytesToString fixedRichard Benkovsky2012-05-191-3/+3
| | * | Merge pull request #133 from Benky/565245871f666c22aebb2c534f4fb7e947fca9f5Matei Zaharia2012-05-262-17/+65
| | |\ \ | | | |/ | | |/|
| | | * BoundedMemoryCache.put fails when estimated size of 'value' is larger than ca...Richard Benkovsky2012-05-202-17/+65
| | |/
| | * Merge pull request #131 from rxin/masterMatei Zaharia2012-05-1810-37/+172
| | |\
| * | | Make spark.repl.Main.interp_ publicly accessible (so Shark can get ridReynold Xin2012-05-301-1/+1
| | |/ | |/|
| * | Made some RDD dependencies transient to reduce the amount of data neededReynold Xin2012-05-162-4/+4
| * | Updated Cache's put method to use a case class for response. PreviouslyReynold Xin2012-05-158-35/+50
| * | Added the capacity to report cache usage status back to the cacheReynold Xin2012-05-148-30/+150
| |/
| * Made caches dataset-aware so that they won't cyclically evict partitionsMatei Zaharia2012-05-0611-103/+132
| * Merge pull request #129 from mesos/rxinMatei Zaharia2012-04-242-1/+23
| |\
| | * Added a test for the previous commit (failing to serialize task resultsReynold Xin2012-04-241-0/+16
| | * Force serialize/deserialize task results in local execution mode.Reynold Xin2012-04-241-1/+7
| * | Merge pull request #127 from alupher/masterMatei Zaharia2012-04-241-1/+1
| |\ \ | | |/ | |/|
| | * Removed commented-out System.exit callAntonio2012-04-231-1/+0
| | * Added exception handling instead of just exiting in LocalScheduler for tasks ...Antonio2012-04-201-1/+2
| |/
| * Merge pull request #124 from mesos/rxinMatei Zaharia2012-04-203-4/+52
| |\
| | * Added the ability to set environmental variables in piped rdd.Reynold Xin2012-04-173-4/+52
| |/
| * Bug fix to pluggable closure serialization changeMatei Zaharia2012-04-123-7/+5
| * Merge pull request #121 from rxin/kryo-closureMatei Zaharia2012-04-109-14/+73
| |\
| | * Added a closureSerializer field in SparkEnv and use it to serializeReynold Xin2012-04-105-21/+61
| | * Added an option (spark.closure.serializer) to specify the serializer forReynold Xin2012-04-095-18/+37
* | | Fixed the way the JAR server is created after finding issue at TwitterMatei Zaharia2012-05-051-6/+5
* | | Merge branch 'master' into mesos-0.9Matei Zaharia2012-04-082-0/+12
|\| |
| * | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-04-082-0/+12
| |\ \
| | * \ Merge pull request #119 from mesos/report-cache-eventsMatei Zaharia2012-04-062-0/+12
| | |\ \
| | | * | Report entry dropping in BoundedMemoryCacheAnkur Dave2012-04-062-0/+12
| | |/ /
* | | | Merge branch 'master' into mesos-0.9Matei Zaharia2012-04-081-4/+8
|\| | |
| * | | Fix a possible deadlock in MesosSchedulerMatei Zaharia2012-04-081-4/+8
| |/ /
* | | Merge branch 'master' into mesos-0.9Matei Zaharia2012-04-052-31/+31
|\| |
| * | Pass local IP address instead of hostname in spark.master.host. Fixes #117.Matei Zaharia2012-04-051-1/+1
| * | Converted some tabs to spacesMatei Zaharia2012-04-051-30/+30
| |/
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-03-300-0/+0
|\|
| * Use Runtime.maxMemory instead of Runtime.totalMemory inMatei Zaharia2012-03-301-1/+1
* | Use Runtime.maxMemory instead of Runtime.totalMemory inMatei Zaharia2012-03-301-1/+1