aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1940] Enabling rolling of executor logs, and automatic cleanup of old ...Tathagata Das2014-06-101-0/+39
* SPARK-1677: allow user to disable output dir existence checkingCodingCat2014-06-051-0/+8
* Typo: and -> anAndrew Ash2014-05-301-1/+1
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-301-5/+6
* Organize configuration docsPatrick Wendell2014-05-281-430/+385
* SPARK-1903 Document Spark's network connectionsAndrew Ash2014-05-251-76/+192
* Configuration documentation updatesReynold Xin2014-05-211-89/+105
* [Docs] Correct example of creating a new SparkConfAndrew Or2014-05-211-1/+1
* SPARK-1860: Do not cleanup application work/ directories by defaultAaron Davidson2014-05-151-2/+3
* [SPARK-1753 / 1773 / 1814] Update outdated docs for spark-submit, YARN, stand...Andrew Or2014-05-121-23/+41
* SPARK-1727. Correct small compile errors, typos, and markdown issues in (prim...Sean Owen2014-05-061-5/+5
* [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guideTathagata Das2014-05-051-3/+3
* Updated doc for spark.closure.serializer to indicate only Java serializer work.Reynold Xin2014-05-051-2/+1
* SPARK-1145: Memory mapping with many small blocks can cause JVM allocation fa...Patrick Wendell2014-04-271-0/+9
* [SPARK-1592][streaming] Automatically remove streaming input blocksTathagata Das2014-04-241-2/+5
* [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