aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* Some docs in ClosureCleanerMatei Zaharia2011-05-311-0/+3
* Instantiate NullWritable properly in HadoopFileMatei Zaharia2011-05-301-2/+12
* Executor was looking for the wrong constructor for ExecutorClassLoaderMatei Zaharia2011-05-291-1/+1
* Move REPL classes to separate module.Ismael Juma2011-05-2713-3018/+22
* Use explicit asInstanceOf instead of misleading unchecked pattern matching.Ismael Juma2011-05-272-3/+3
* Replace deprecated `-` and `--` with suggested filterNot (which is uglier).Ismael Juma2011-05-263-3/+3
* Replace deprecated `first` with `head`.Ismael Juma2011-05-262-3/+3
* Use math instead of Math as the latter is deprecated.Ismael Juma2011-05-262-3/+3
* Use Array.iterator instead of Iterator.fromArray as the latter is deprecated.Ismael Juma2011-05-262-4/+4
* Use += instead of + for mutable sequences as the latter is deprecated.Ismael Juma2011-05-261-4/+4
* Fixed a bug with preferred locations having changed meaning in new RDDsMatei Zaharia2011-05-221-7/+3
* Fix queue type for executorMatei Zaharia2011-05-221-1/+1
* doc tweakMatei Zaharia2011-05-221-2/+1
* class loader fixMatei Zaharia2011-05-221-1/+2
* Various fixes to serializationMatei Zaharia2011-05-214-10/+16
* Merge branch 'master' into new-rddsMatei Zaharia2011-05-213-3/+11
|\
| * Temporary fix for issue #42.Mosharaf Chowdhury2011-04-212-0/+6
| * fixed small bug when classpath has some strange formattingTimothy Hunter2011-04-181-3/+5
* | Scheduler can now recover from lost map outputsMatei Zaharia2011-05-2016-276/+309
* | Updated scheduler to support running on just some partitions of final RDDMatei Zaharia2011-05-195-33/+46
* | Various minor fixesMatei Zaharia2011-05-192-4/+5
* | Stop objectifying various trackers, caches, etc.Matei Zaharia2011-05-1720-140/+153
* | Fixed unit tests by making them clean up the SparkContext after use andMatei Zaharia2011-05-136-5/+47
* | Ensure that AddedToCache messages make it home before tasks finishMatei Zaharia2011-05-131-3/+5
* | Optimization for count()Matei Zaharia2011-05-131-1/+8
* | Error handling for disk I/O in DiskSpillingCacheAnkur Dave2011-04-271-15/+30
* | Bring an entry back into memory after fetching it from diskAnkur Dave2011-04-271-3/+3
* | Added DiskSpillingCacheAnkur Dave2011-04-272-2/+67
* | Added flatMapValuesMatei Zaharia2011-04-121-4/+23
* | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-092-13/+17
|\ \
| * | Some tweaks to make Kryo cache work betterroot2011-03-092-4/+4
| * | Better reuse of buffers in Kryo serializationMatei Zaharia2011-03-081-11/+15
* | | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-081-2/+18
|\| |
| * | Register None and Nil properlyMatei Zaharia2011-03-081-2/+18
* | | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-081-0/+1
|\| |
| * | stuffMatei Zaharia2011-03-081-0/+1
* | | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-077-2/+265
|\| |
| * | Added SerializingCacheMatei Zaharia2011-03-072-1/+27
| * | Remove some loggingMatei Zaharia2011-03-071-1/+0
| * | Added pluggable serializers and Kryo serializationMatei Zaharia2011-03-076-2/+240
| |/
* | Remove commented codeMatei Zaharia2011-03-061-26/+0
* | Finished cogroup stuffMatei Zaharia2011-03-066-21/+56
* | stuffMatei Zaharia2011-03-063-1/+152
* | Various fixes to get MesosScheduler working with new RDDsMatei Zaharia2011-03-066-41/+102
* | Pass cache locations correctly to DAGScheduler.Matei Zaharia2011-03-064-32/+80
* | Merge remote branch 'origin/master' into new-rddsMatei Zaharia2011-03-061-2/+15
|\|
| * Added sampling for large arrays in SizeEstimatorMatei Zaharia2011-03-061-2/+15
* | Merge remote branch 'origin/master' into new-rddsMatei Zaharia2011-03-011-15/+6
|\|
| * Remove unnecessary lock which was there to work around a bug inMatei Zaharia2011-03-011-15/+6
* | More work on new RDD designMatei Zaharia2011-02-2716-327/+476