aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Log messageMatei Zaharia2012-10-071-1/+1
* More loggingMatei Zaharia2012-10-071-4/+7
* Log more info in MapOutputTrackerroot2012-10-071-4/+7
* Made Akka thread pool and message batch sizes configurableroot2012-10-071-3/+5
* Made run script add test-classes onto the classpath only if SPARK_TESTING is ...root2012-10-073-3/+6
* Avoid acquiring locks in BlockManager when fetching shuffle outputsroot2012-10-071-0/+24
* Log initial number of fetches in reducerroot2012-10-071-1/+2
* Modified shuffle to limit the maximum outstanding data size in bytes,Matei Zaharia2012-10-064-61/+109
* Pass sizes of map outputs back to MapOutputTrackerMatei Zaharia2012-10-069-83/+152
* Made block store return the size of each block put inMatei Zaharia2012-10-066-36/+70
* Warn about user programs that try to set spark.cache.classMatei Zaharia2012-10-061-1/+7
* Only group elements ten at a time into SequenceFile records inMatei Zaharia2012-10-061-2/+2
* Minor formatting fixesMatei Zaharia2012-10-053-3/+2
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-0525-99/+228
|\
| * Factor subclasses of RDD out of RDD.scala into their own classesAndy Konwinski2012-10-058-66/+106
| * Moves all files in core/src/main/scala/ that have RDD in their nameAndy Konwinski2012-10-0513-0/+0
| * Moves all files in core/src/main/scala/ that have RDD in them fromAndy Konwinski2012-10-0518-33/+122
* | 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
* 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