aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added simple version of lookupMatei Zaharia2011-06-201-0/+17
* Added pipe() operation on RDDs for mapping through a shell command.Matei Zaharia2011-06-192-0/+67
* Catch Throwable instead of Exception in LocalScheduler and Executor. Fixes #57.Matei Zaharia2011-06-012-4/+4
* Make the runJob API public. Fixes #56.Matei Zaharia2011-06-011-2/+9
* Ensure logging is initialized before spawning any threads to fix issue #45Matei Zaharia2011-05-312-0/+7
* 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-2714-3018/+22
* Delete liblzf from lib as it's no longer used.Ismael Juma2011-05-2720-11490/+0
* Remove several dependencies from git and configure them as SBT managed depend...Ismael Juma2011-05-27103-419624/+0
* 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-193-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-083-2/+18
|\| |
| * | Updated modified Kryo to use objenesisMatei Zaharia2011-03-082-0/+0
| * | 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-0730-290/+265
|\| |
| * | Added SerializingCacheMatei Zaharia2011-03-072-1/+27
| * | Remove some loggingMatei Zaharia2011-03-071-1/+0
| * | Added pluggable serializers and Kryo serializationMatei Zaharia2011-03-0729-290/+240
| |/
* | Remove commented codeMatei Zaharia2011-03-061-26/+0
* | Finished cogroup stuffMatei Zaharia2011-03-066-21/+56
* | stuffMatei Zaharia2011-03-063-1/+152