aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Windows command scripts for sbt and runRavi Pandya2012-09-244-1/+77
* Merge pull request #208 from rxin/devMatei Zaharia2012-09-245-62/+128
|\
| * Separated ShuffledRDD into multiple classes: RepartitionShuffledRDD,Reynold Xin2012-09-195-62/+128
* | Make default number of parallel fetches slightly smaller since it doesn't see...root2012-09-231-1/+1
* | Avoid creating an extra buffer when saving a stream of values as DISK_ONLYroot2012-09-231-20/+24
* | Merge pull request #215 from dennybritz/devMatei Zaharia2012-09-211-3/+5
|\ \
| * | HTTP File server fixes.Denny2012-09-211-3/+5
|/ /
* | Rename our toIterator method into asIterator to prevent confusion with theroot2012-09-212-5/+4
* | Fixed a performance bug in BlockManager that was creating garbage whenroot2012-09-211-1/+1
* | Fixed an issue with ordering of classloader setup that was causing Java deser...root2012-09-211-5/+4
* | Merge pull request #203 from JoshRosen/docs/java-programming-guideMatei Zaharia2012-09-203-3/+171
|\ \
| * | Add Java Programming Guide; fix broken doc links.Josh Rosen2012-09-163-3/+171
* | | Merge pull request #210 from rxin/deploy-limit-retrycountMatei Zaharia2012-09-203-14/+34
|\ \ \ | |_|/ |/| |
| * | Set a limited number of retry in standalone deploy mode.Reynold Xin2012-09-193-14/+34
|/ /
* | Merge pull request #204 from dennybritz/devMatei Zaharia2012-09-171-0/+2
|\ \ | |/ |/|
| * When a file is downloaded, make it executable. That's neccsary for scripts (e...Denny2012-09-171-0/+2
|/
* Merge pull request #202 from andyk/docMatei Zaharia2012-09-1610-98/+85
|\
| * Merge remote-tracking branch 'public-spark/dev' into docAndy Konwinski2012-09-161-1/+1
| |\ | |/ |/|
* | Merge pull request #200 from andyk/docMatei Zaharia2012-09-1311-159/+385
|\ \
* | | Change default serializer to Java.. it had accidentally become Kryo.Matei Zaharia2012-09-131-1/+1
| | * - Add docs/api to .gitignoreAndy Konwinski2012-09-1610-98/+85
| |/
| * Adds a jekyll plugin (written in Ruby) to the _plugins directoryAndy Konwinski2012-09-133-8/+40
| * Re-enabling responsive for better looking padding and more sane resizing,Andy Konwinski2012-09-132-29/+21
| * More crisp logo created from vector source (ai) and disabledAndy Konwinski2012-09-133-4/+10
| * Replaces "Spark" word in nav bar with logo.Andy Konwinski2012-09-133-6/+4
| * Merge remote-tracking branch 'public-spark/dev' into docAndy Konwinski2012-09-136-43/+126
| |\ | |/ |/|
* | Merge pull request #199 from dennybritz/devMatei Zaharia2012-09-136-43/+126
|\ \
| * | Fixed navbar style problemDenny2012-09-132-2/+2
| * | Added standalone and YARN docs. Merged standalone cluster into standalone docDenny2012-09-134-41/+124
|/ /
| * Making the link to api scaladocs work and migrating other code snippetsAndy Konwinski2012-09-125-123/+175
| * Adds ec2-scripts.md back (it was mistakenly removed earlier due toAndy Konwinski2012-09-121-0/+146
|/
* Remove title from content in BagelMatei Zaharia2012-09-121-1/+0
* Small tweaks to generated doc pagesMatei Zaharia2012-09-126-151/+16
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-09-1214-223/+200
|\
| * Merge pull request #198 from andyk/docMatei Zaharia2012-09-1214-223/+199
| |\
| | * Merge remote-tracking branch 'public-spark/dev' into docAndy Konwinski2012-09-122-1/+2
| | |\ | | |/ | |/|
| * | Added a link to AMPCamp website in Spark docs.Reynold Xin2012-09-121-0/+1
| * | Changed block storage level for shuffle to DISK_ONLY.Reynold Xin2012-09-121-1/+1
| | * Adds syntax highlighting (via pygments), and some style tweaks to make thingsAndy Konwinski2012-09-126-31/+161
| | * Merge remote-tracking branch 'public-spark/dev' into docAndy Konwinski2012-09-1221-67/+176
| | |\ | | |/ | |/|
| | * Fixing a hanging sentence in docs/ec2-scripts.mdAndy Konwinski2012-09-121-1/+1
| | * Removed the upper-case version of docs/EC2-Scripts.md.Andy Konwinski2012-09-121-146/+0
| | * Fixing lots of broken links.Andy Konwinski2012-09-128-46/+38
* | | Store shuffle map outputs as DISK_ONLYMatei Zaharia2012-09-121-1/+1
|/ /
* | Ported performance and FT improvements from latest streaming workMatei Zaharia2012-09-1218-61/+153
* | Fix bugs with Connection's shutdown callback failing to get its addressMatei Zaharia2012-09-122-6/+19
* | Wait for Akka to really shut down in SparkEnv.stop()Matei Zaharia2012-09-121-0/+4
* | Merge pull request #197 from andyk/docMatei Zaharia2012-09-1229-2/+10027
|\|
| * Updated base README to point to documentation site instead of wiki, updatedAndy Konwinski2012-09-124-3/+162
| * Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-1226-0/+9866
|/