aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore file spark-tests.log in gitMatei Zaharia2012-10-011-0/+1
* Write all unit test output to a fileMatei Zaharia2012-10-013-12/+18
* Improve log messages from BlockManagerMatei Zaharia2012-10-014-45/+41
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-011-4/+17
|\
| * Merge pull request #231 from rxin/devMatei Zaharia2012-10-011-4/+17
| |\
| | * Added a new command "pl" in sbt to publish to both Maven and Ivy.Reynold Xin2012-10-011-4/+17
| |/
* | 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-308-15/+64
* CommentMatei Zaharia2012-09-292-2/+2
* Removed Logging trait from CoalescedRDD since we don't log anythingMatei Zaharia2012-09-291-2/+1
* Merge pull request #228 from rxin/devMatei Zaharia2012-09-291-0/+6
|\
| * Added mapPartitionsWithSplit to the programming guide.Reynold Xin2012-09-291-0/+6
* | 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-295-1/+12
|\|
| * Merge pull request #227 from JoshRosen/fix/distinct_numsplitsMatei Zaharia2012-09-285-1/+12
| |\
| | * Use null as dummy value in distinct().Josh Rosen2012-09-281-1/+1
| | * Allow controlling number of splits in distinct().Josh Rosen2012-09-285-1/+12
* | | 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-2814-156/+206
* | 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-275-8/+56
* | Renamed storage levels to something cleaner; fixes #223.Matei Zaharia2012-09-2710-59/+59
|/
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-09-262-0/+23
|\
| * Merge pull request #222 from rxin/devMatei Zaharia2012-09-262-0/+23
| |\
| | * Added MapPartitionsWithSplitRDD.Reynold Xin2012-09-262-0/+23
* | | Minor typosMatei Zaharia2012-09-262-3/+3
* | | Minor doc fixesMatei Zaharia2012-09-262-2/+5
|/ /
* | Updates to standalone cluster, web UI and deploy docs.Matei Zaharia2012-09-2625-109/+227
* | Allow controlling number of splits in sortByKey.Matei Zaharia2012-09-264-12/+50
* | More updates to docs, including tuning guideMatei Zaharia2012-09-267-43/+388
* | Look for Kryo registrator using context class loaderMatei Zaharia2012-09-261-1/+2
|/
* Doc tweaksMatei Zaharia2012-09-261-2/+2
* Fixed a test that was getting extremely lucky before, and increased theMatei Zaharia2012-09-263-12/+16
* Doc fixesMatei Zaharia2012-09-253-15/+19
* Fixes to Java guideMatei Zaharia2012-09-253-38/+63