aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-4/+4
* Clean up and simplify Spark configurationPatrick Wendell2014-04-211-13/+37
* update spark.default.parallelismChen Chao2014-04-161-1/+7
* SPARK-1202 - Add a "cancel" button in the UI for stagesSundeep Narravula2014-04-101-0/+7
* Spark-939: allow user jars to take precedence over spark jarsHolden Karau2014-04-081-0/+9
* SPARK-1154: Clean up app folders in worker nodesEvan Chan2014-04-061-0/+26
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-041-12/+27
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-251-0/+7
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-191-1/+24
* Fix markup errors introduced in #33 (SPARK-1189)Patrick Wendell2014-03-091-3/+3
* Add timeout for fetch fileJiacheng Guo2014-03-091-0/+9
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-061-0/+51
* SPARK-942: Do not materialize partitions when DISK_ONLY storage level is usedKyle Ellrott2014-03-061-0/+11
* SPARK-1178: missing document of spark.scheduler.revive.intervalCodingCat2014-03-041-0/+7
* Merge pull request #533 from andrewor14/master. Closes #533.Andrew Or2014-02-061-3/+1
* Merge pull request #524 from rxin/docReynold Xin2014-01-301-0/+8
* Merge pull request #497 from tdas/docs-updateTathagata Das2014-01-281-1/+10
* Merge pull request #466 from liyinan926/file-overwrite-newReynold Xin2014-01-271-0/+7
|\
| * Addressed comments from ReynoldYinan Li2014-01-181-1/+0
| * Allow files added through SparkContext.addFile() to be overwrittenYinan Li2014-01-181-0/+8
* | Clarify spark.default.parallelismAndrew Ash2014-01-211-1/+1
* | Force use of LZF when spilling dataPatrick Wendell2014-01-201-1/+3
* | Removing docs on akka optionsPatrick Wendell2014-01-201-7/+0
* | Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-181-26/+2
|/
* Enable compression by default for spillsPatrick Wendell2014-01-131-1/+1
* Changing option wording per discussion with AndrewPatrick Wendell2014-01-131-3/+3
* Improvements to external sortingPatrick Wendell2014-01-131-2/+9
* Disable shuffle file consolidation by defaultPatrick Wendell2014-01-121-1/+1
* Merge pull request #377 from andrewor14/masterPatrick Wendell2014-01-101-2/+21
|\
| * Update documentation for externalSortingAndrew Or2014-01-101-3/+2
| * Address Patrick's and Reynold's commentsAndrew Or2014-01-101-2/+22
* | Enable shuffle consolidation by default.Patrick Wendell2014-01-091-1/+1
|/
* Fixing config option "retained_stages" => "retainedStages".Patrick Wendell2014-01-081-1/+1
* Address review commentsMatei Zaharia2014-01-071-2/+2
* Add way to limit default # of cores used by applications on standalone modeMatei Zaharia2014-01-071-4/+29
* formatting related fixes suggested by Patrick.Prashant Sharma2014-01-071-1/+1
* Allow configuration to be printed in logs for diagnosis.Prashant Sharma2014-01-071-0/+7
* Allow users to set arbitrary akka configurations via spark conf.Prashant Sharma2014-01-071-0/+8
* Clarify spark.cores.maxAndrew Ash2014-01-061-1/+2
* Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-15/+56
* A few corrections to documentation.Prashant Sharma2013-12-121-7/+7
* Merge branch 'master' into akka-bug-fixPrashant Sharma2013-12-111-1/+35
|\
| * Correct spellling error in configuration.mdAaron Davidson2013-12-071-1/+1
| * Minor formatting fix in config filePatrick Wendell2013-12-061-1/+0
| * Adding disclaimer for shuffle file consolidationPatrick Wendell2013-12-061-1/+1
| * Small changes from Matei reviewPatrick Wendell2013-12-041-2/+2
| * Document missing configs and set shuffle consolidation to false.Patrick Wendell2013-12-041-1/+36
* | Improvements from the review comments and followed Boy Scout Rule.Prashant Sharma2013-11-271-2/+2
* | Documenting the newly added spark properties.Prashant Sharma2013-11-261-1/+22
|/
* Merge pull request #76 from pwendell/masterReynold Xin2013-10-181-1/+1
|\