aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
Commit message (Expand)AuthorAgeFilesLines
...
* SPARK-4585. Spark dynamic executor allocation should use minExecutors as...Sandy Ryza2015-02-021-6/+14
* [SPARK-4387][PySpark] Refactoring python profiling code to make it extensibleYandu Oppacher2015-01-281-0/+3
* SPARK-3852 [DOCS] Document spark.driver.extra* configsSean Owen2015-01-251-0/+21
* [SPARK-1507][YARN]specify # cores for ApplicationMasterWangTaoTheTonic2015-01-161-4/+11
* [SPARK-5131][Streaming][DOC]: There is a discrepancy in WAL implementation an...uncleGen2015-01-131-1/+1
* [SPARK-5073] spark.storage.memoryMapThreshold have two default valuelewuathe2015-01-111-1/+1
* [SPARK-5093] Set spark.network.timeout to 120s consistently.Reynold Xin2015-01-051-3/+3
* [SPARK-4688] Have a single shared network timeout in SparkVarun Saxena2015-01-051-0/+10
* [SPARK-4835] Disable validateOutputSpecs for Spark Streaming jobsJosh Rosen2015-01-041-1/+3
* [SPARK-4982][DOC] `spark.ui.retainedJobs` description is wrong in Spark UI co...wangxiaojing2014-12-291-1/+1
* [SPARK-4864] Add documentation to Netty-based configsAaron Davidson2014-12-221-0/+35
* [SPARK-4140] Document dynamic allocationAndrew Or2014-12-191-0/+61
* [SPARK-4668] Fix some documentation typos.Ryan Williams2014-12-151-3/+3
* [SPARK-4806] Streaming doc update for 1.2Tathagata Das2014-12-111-59/+74
* SPARK-4770. [DOC] [YARN] spark.scheduler.minRegisteredResourcesRatio doc...Sandy Ryza2014-12-081-2/+2
* [SPARK-4686] Link to allowed master URLs is brokenKay Ousterhout2014-12-021-1/+1
* [SPARK-4344][DOCS] adding documentation on spark.yarn.user.classpath.firstarahuja2014-11-251-0/+1
* [SPARK-3722][Docs]minor improvement and fix in docsWangTao2014-11-141-1/+1
* SPARK-4230. Doc for spark.default.parallelism is incorrectSandy Ryza2014-11-101-2/+5
* SPARK-4040. Update documentation to exemplify use of local (n) value, fo...jay@apache.org2014-11-051-2/+8
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-021-0/+10
* [SPARK-3466] Limit size of results that a driver collects for each actionDavies Liu2014-11-021-0/+12
* Revert "[SPARK-4183] Enable NettyBlockTransferService by default"Patrick Wendell2014-11-011-10/+0
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-011-0/+10
* [SPARK-2321] Stable pull-based progress / status APIJosh Rosen2014-10-251-1/+10
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-211-2/+13
* [SPARK-2546] Clone JobConf for each task (branch-1.0 / 1.1 backport)Josh Rosen2014-10-191-0/+9
* [SPARK-3890][Docs]remove redundant spark.executor.memory in docWangTaoTheTonic2014-10-161-12/+4
* [SPARK-3923] Increase Akka heartbeat pause above heartbeat intervalAaron Davidson2014-10-161-1/+1
* add spark.driver.memory to config docsnartz2014-10-091-0/+8
* [SPARK-3535][Mesos] Fix resource handling.Brenden Matthews2014-10-031-0/+11
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-031-0/+7
* [SPARK-3766][Doc]Snappy is also the default compress codec for broadcast vari...scwf2014-10-021-4/+5
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-301-0/+19
* Revert "[SPARK-3478] [PySpark] Profile the Python tasks"Josh Rosen2014-09-261-19/+0
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-261-0/+19
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-171-1/+1
* [Docs] Correct spark.files.fetchTimeout default valueviper-kun2014-09-171-2/+2
* [SPARK-3030] [PySpark] Reuse Python workerDavies Liu2014-09-131-0/+10
* [SPARK-3280] Made sort-based shuffle the default implementationReynold Xin2014-09-071-5/+4
* [SPARK-3264] Allow users to set executor Spark home in MesosAndrew Or2014-08-281-0/+10
* [SPARK-2677] BasicBlockFetchIterator#next can wait foreverKousuke Saruta2014-08-161-0/+9
* [SPARK-3029] Disable local execution of Spark jobs by defaultAaron Davidson2014-08-141-0/+9
* [Docs] Add missing <code> tags (minor)Andrew Or2014-08-131-2/+2
* [SPARK-2953] Allow using short names for io compression codecsReynold Xin2014-08-121-3/+5
* [SPARK-2635] Fix race condition at SchedulerBackend.isReady in standalone modeli-zhihui2014-08-081-6/+7
* SPARK-2787: Make sort-based shuffle write files directly when there's no sort...Matei Zaharia2014-08-071-0/+18
* [SPARK-2157] Enable tight firewall rules for SparkAndrew Or2014-08-061-0/+46
* [SPARK-2503] Lower shuffle output buffer (spark.shuffle.file.buffer.kb) to 32KB.Reynold Xin2014-08-051-1/+1
* SPARK-1680: use configs for specifying environment variables on YARNThomas Graves2014-08-051-0/+8