aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Improve log messages from BlockManagerMatei Zaharia2012-10-014-45/+41
* Remove some printlns in testsMatei Zaharia2012-10-012-2/+5
* Use underscores instead of colons in RDD IDsMatei Zaharia2012-10-015-6/+6
* Added a (failing) test for LRU with MEMORY_AND_DISK.Matei Zaharia2012-09-302-5/+9
* Simplified Class / ClassLoader testMatei Zaharia2012-09-301-1/+1
* Fixed several bugs that caused weird behavior with files in spark-shell:Matei Zaharia2012-09-307-14/+42
* CommentMatei Zaharia2012-09-292-2/+2
* Removed Logging trait from CoalescedRDD since we don't log anythingMatei Zaharia2012-09-291-2/+1
* Added a CoalescedRDD class for reducing the number of partitions in an RDD.Matei Zaharia2012-09-292-0/+75
* CommentMatei Zaharia2012-09-291-0/+1
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-09-294-1/+8
|\
| * Merge pull request #227 from JoshRosen/fix/distinct_numsplitsMatei Zaharia2012-09-284-1/+8
| |\
| | * Use null as dummy value in distinct().Josh Rosen2012-09-281-1/+1
| | * Allow controlling number of splits in distinct().Josh Rosen2012-09-284-1/+8
* | | Made BlockManager unmap memory-mapped files when necessary to reduce theMatei Zaharia2012-09-2910-118/+279
|/ /
* | Don't create a Cache in SparkEnv because we don't use itMatei Zaharia2012-09-281-5/+1
* | Logging tweaksMatei Zaharia2012-09-285-17/+23
* | Renamed subdirs optionMatei Zaharia2012-09-281-1/+1
* | Made subdirs per local dir configurable, and reduced lock usage a bitMatei Zaharia2012-09-281-12/+15
* | Made disk store use multiple directories, deleted ShuffleManagerMatei Zaharia2012-09-286-417/+345
* | Print and track user call sites in more places in SparkMatei Zaharia2012-09-286-54/+63
|/
* Merge pull request #225 from pwendell/devMatei Zaharia2012-09-282-1/+39
|\
| * Fixing some whitespace issuesPatrick Wendell2012-09-281-9/+9
| * Changes based on Matei's commentsPatrick Wendell2012-09-281-14/+14
| * Log message which records RDD originPatrick Wendell2012-09-282-1/+39
* | Changed the way tasks' dependency files are sent to workers so thatMatei Zaharia2012-09-2813-155/+202
* | Fixed a bug where isLocal was set to false when using local[K]Matei Zaharia2012-09-281-1/+1
* | Fix a bug in JAR fetcher that made it always fetch the JARMatei Zaharia2012-09-273-13/+9
* | Added an option to compress blocks in the block storeMatei Zaharia2012-09-274-8/+39
* | Renamed storage levels to something cleaner; fixes #223.Matei Zaharia2012-09-279-47/+47
|/
* Merge pull request #222 from rxin/devMatei Zaharia2012-09-262-0/+23
|\
| * Added MapPartitionsWithSplitRDD.Reynold Xin2012-09-262-0/+23
* | Updates to standalone cluster, web UI and deploy docs.Matei Zaharia2012-09-2617-19/+42
* | Allow controlling number of splits in sortByKey.Matei Zaharia2012-09-264-12/+50
* | Look for Kryo registrator using context class loaderMatei Zaharia2012-09-261-1/+2
|/
* Fixed a test that was getting extremely lucky before, and increased theMatei Zaharia2012-09-263-12/+16
* Several fixes to sampling issues pointed out by Henry Milner:Matei Zaharia2012-09-253-28/+35
* Merge pull request #217 from rxin/devMatei Zaharia2012-09-241-0/+2
|\
| * Renamed RDD.manifest to RDD.elementClassManifestReynold Xin2012-09-241-1/+1
| * Added a method to RDD to expose the ClassManifest.Reynold Xin2012-09-241-0/+2
* | Merge pull request #218 from rnpandya/devMatei Zaharia2012-09-241-1/+2
|\ \
| * | Windows command scripts for sbt and runRavi Pandya2012-09-241-1/+2
| |/
* / Fix some test issuesMatei Zaharia2012-09-243-12/+16
|/
* Merge pull request #208 from rxin/devMatei Zaharia2012-09-245-62/+128
|\
| * Separated ShuffledRDD into multiple classes: RepartitionShuffledRDD,Reynold Xin2012-09-195-62/+128
* | Make default number of parallel fetches slightly smaller since it doesn't see...root2012-09-231-1/+1
* | Avoid creating an extra buffer when saving a stream of values as DISK_ONLYroot2012-09-231-20/+24
* | HTTP File server fixes.Denny2012-09-211-3/+5
* | Rename our toIterator method into asIterator to prevent confusion with theroot2012-09-212-5/+4