aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates README.md with instructions for running jekyll without buildingAndy Konwinski2012-10-081-1/+3
* Merge remote-tracking branch 'public-spark/dev' into add-version-vars-to-docsAndy Konwinski2012-10-082-2/+7
|\
| * Merge pull request #254 from pwendell/quickstart-fixMatei Zaharia2012-10-081-1/+1
| |\
| | * Removing one link in quickstartPatrick Wendell2012-10-081-1/+1
| * | Merge pull request #255 from andyk/fix-nav-gapMatei Zaharia2012-10-081-1/+6
| |\ \ | | |/ | |/|
| | * Fixes the small gap above the nav menu dropdown boxes and the hoverableAndy Konwinski2012-10-081-1/+6
| |/
* / Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-0814-89/+95
|/
* Made compression configurable separately for shuffle, broadcast and RDDsMatei Zaharia2012-10-075-52/+145
* Merge pull request #251 from JoshRosen/docs/internalsMatei Zaharia2012-10-075-11/+40
|\
| * Make ShuffleDependency.aggregator explicitly optional.Josh Rosen2012-10-074-7/+11
| * Document the Dependency classes.Josh Rosen2012-10-072-1/+26
| * Remove unused isShuffle field from Dependency.Josh Rosen2012-10-071-3/+3
* | Merge pull request #253 from rxin/devReynold Xin2012-10-071-1/+1
|\ \
| * | Changed the println to logInfo in Utils.fetchFile.Reynold Xin2012-10-071-1/+1
|/ /
* | Merge pull request #250 from rxin/devMatei Zaharia2012-10-072-18/+40
|\ \
| * | Fixed a bug in addFile that if the file is specified as "file:///", theReynold Xin2012-10-072-18/+40
* | | Improve error messageMatei Zaharia2012-10-071-1/+1
* | | Don't crash on ask timeout exceptions in deploy.Client.stop() (fixes a crash ...Matei Zaharia2012-10-071-3/+8
|/ /
* / Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-0717-23/+44
|/
* 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-075-5/+11
* 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-065-64/+114
* 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
|\
| * Merge pull request #249 from andyk/move-rdds-to-their-own-packageMatei 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
* Links quick start from nav barMatei Zaharia2012-10-051-0/+1
* 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 branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-041-7/+12
|\|
| * Merge pull request #245 from pwendell/mem_tuningMatei Zaharia2012-10-031-7/+12
| |\
| | * Some additions to the Tuning Guide.Patrick Wendell2012-10-031-7/+12
| |/
* / Don't check for JARs in core/lib anymoreMatei Zaharia2012-10-042-5/+1
|/
* Merge pull request #243 from andyk/mesos-from-maven-centralMatei Zaharia2012-10-032-1/+2
|\