aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-052-2/+1
| | * Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-0522-95/+217
| | |\
| | | * Factor subclasses of RDD out of RDD.scala into their own classesAndy Konwinski2012-10-057-64/+100
| | | * 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-0516-31/+117
| | * | Cleaning up code slightlyMatei Zaharia2012-10-052-3/+3
| | |/
| | * Reduce some overly aggressive logging in connection managerroot2012-10-062-9/+7
| | * Merge pull request #247 from squito/devMatei Zaharia2012-10-051-1/+10
| | |\
| | | * change tests to show utility of localValueImran Rashid2012-10-041-1/+1
| | | * make accumulator.localValue public, add testsImran Rashid2012-10-041-1/+10
| | * | Scaladoc documentation for some core Spark functionalityMatei Zaharia2012-10-044-70/+180
| | |/
| | * 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-02145-1431/+2493
| |\|
| | * 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-021-36/+47
| | |\ \
| | | * | 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-024-225/+175
| | | |\|
| | | * | Allow whitespaces in cluster URL configuration for local cluster.Reynold Xin2012-10-021-34/+34
| | * | | Fixed cache replacement behavior of BlockManager:Matei Zaharia2012-10-024-190/+278
| | | |/ | | |/|
| | * | Revert "Place Spray repo ahead of Cloudera in Maven search path"Matei Zaharia2012-10-024-225/+175
| | |/
| | * Place Spray repo ahead of Cloudera in Maven search pathMatei Zaharia2012-10-024-175/+225
| | * 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
| | |/
| | * Improve log messages from BlockManagerMatei Zaharia2012-10-014-45/+41
| | * 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-301-2/+2
| | * Simplified Class / ClassLoader testMatei Zaharia2012-09-301-1/+1
| | * Fixed several bugs that caused weird behavior with files in spark-shell:Matei Zaharia2012-09-305-13/+19
| | * CommentMatei Zaharia2012-09-291-1/+1
| | * 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-291-0/+44
| | * 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-299-116/+221
| | |/ /
| | * | 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