aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | Cleaning up code slightlyMatei Zaharia2012-10-052-3/+3
| |/
| * Reduce some overly aggressive logging in connection managerroot2012-10-062-9/+7
| * Fix SizeEstimator tests to work with String classes in JDK 6 and 7Shivaram Venkataraman2012-10-052-12/+29
| * Merge pull request #247 from squito/devMatei Zaharia2012-10-052-1/+26
| |\
| | * change tests to show utility of localValueImran Rashid2012-10-042-4/+5
| | * make accumulator.localValue public, add testsImran Rashid2012-10-042-1/+25
| * | Scaladoc documentation for some core Spark functionalityMatei Zaharia2012-10-044-70/+180
| |/
| * Merge pull request #243 from andyk/mesos-from-maven-centralMatei Zaharia2012-10-031-0/+0
| |\
| | * Removes the included mesos-0.9.0.jar and adds a libraryDependency toAndy Konwinski2012-10-031-0/+0
| * | Made Serializer and JavaSerializer non private.Reynold Xin2012-10-032-4/+4
| |/
| * Made StorageLevel publicMatei Zaharia2012-10-031-2/+2
| * Make more stuff private[spark]Matei Zaharia2012-10-026-4/+11
* | Conflict fixedMosharaf Chowdhury2012-10-02158-1498/+3026
|\|
| * Merge pull request #240 from dennybritz/private_classesMatei Zaharia2012-10-02117-186/+243
| |\
| | * Make Java API abstract wrapped functions privateDenny2012-10-022-2/+2
| | * accidentially removed traitDenny2012-10-021-1/+1
| | * Stylistic changes and Public Accumulable and BroadcastDenny2012-10-0230-59/+117
| | * Make dependency classes public - used by sparkDenny2012-10-021-5/+5
| | * Make classes package privateDenny2012-10-02119-248/+247
| * | Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-022-39/+66
| |\ \
| | * | Added a check to make sure SPARK_MEM <= memoryPerSlave for local clusterReynold Xin2012-10-021-2/+13
| | * | Merge branch 'dev' of https://github.com/mesos/spark into devReynold Xin2012-10-025-228/+178
| | |\|
| | * | Allow whitespaces in cluster URL configuration for local cluster.Reynold Xin2012-10-022-37/+53
| * | | Added a test for overly large blocks in memory storeMatei Zaharia2012-10-021-0/+9
| * | | Fixed cache replacement behavior of BlockManager:Matei Zaharia2012-10-025-196/+361
| | |/ | |/|
| * | Revert "Place Spray repo ahead of Cloudera in Maven search path"Matei Zaharia2012-10-025-228/+178
| |/
| * Place Spray repo ahead of Cloudera in Maven search pathMatei Zaharia2012-10-025-178/+228
| * Include date in folder name for Spark local dir.Matei Zaharia2012-10-011-5/+7
| * Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-011-30/+32
| |\
| | * Fixed #232: DirectBuffer's cleaner was empty and Spark tried to invokeReynold Xin2012-10-011-30/+32
| * | Some bug fixes and logging fixes for broadcast.Matei Zaharia2012-10-019-107/+111
| * | 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