aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4563][CORE] Allow driver to advertise a different network address.Marcelo Vanzin2016-09-211-1/+22
* [SPARK-17575][DOCS] Remove extra table tags in configuration documentsandy2016-09-171-2/+3
* [SPARK-17449][DOCUMENTATION] Relation between heartbeatInterval and…Jagadeesan2016-09-141-1/+2
* [SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh2016-09-081-0/+14
* [SPARK-17178][SPARKR][SPARKSUBMIT] Allow to set sparkr shell command through ...Jeff Zhang2016-08-311-1/+10
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-301-0/+23
* [SPARK-15083][WEB UI] History Server can OOM due to unlimited TaskUIDataAlex Bozarth2016-08-241-0/+8
* [SPARK-17002][CORE] Document that spark.ssl.protocol. is required for SSLwm624@hotmail.com2016-08-211-0/+3
* [DOC] add config option spark.ui.enabled into documentWeichenXu2016-08-121-0/+7
* [SPARK-13081][PYSPARK][SPARK_SUBMIT] Allow set pythonExec of driver and execu...Jeff Zhang2016-08-111-2/+19
* Correct example value for spark.ssl.YYY.XXX settingsAndrew Ash2016-08-111-2/+4
* Update docs to include SASL support for RPCMichael Gummelt2016-08-081-3/+4
* [SPARK-15074][SHUFFLE] Cache shuffle index file to speedup shuffle fetchSital Kedia2016-08-041-0/+7
* Fix description of spark.speculation.quantileNicholas Brown2016-07-251-1/+1
* [SPARK-16650] Improve documentation of spark.task.maxFailuresTom Graves2016-07-221-1/+3
* [DOC][SQL] update out-of-date code snippets using SQLContext in all documents.WeichenXu2016-07-061-2/+2
* [SPARK-13723][YARN] Change behavior of --num-executors with dynamic allocation.Ryan Blue2016-06-231-0/+3
* [SPARK-15796][CORE] Reduce spark.memory.fraction default to avoid overrunning...Sean Owen2016-06-161-3/+4
* [SPARK-15760][DOCS] Add documentation for package-related configs.Marcelo Vanzin2016-06-071-0/+47
* [SPARK-15485][SQL][DOCS] Spark SQL Configurationgatorsmile2016-05-231-0/+42
* [SPARK-15223][DOCS] fix wrongly named config referencePhilipp Hoffmann2016-05-091-2/+2
* [SPARK-4224][CORE][YARN] Support group aclsDhruve Ashar2016-05-041-3/+52
* [SPARK-14667] Remove HashShuffleManagerReynold Xin2016-04-181-9/+0
* [SPARK-14572][DOC] Update config docs to allow -Xms in extraJavaOptionsDhruve Ashar2016-04-141-4/+7
* [MINOR][DOC] improve the doc for "spark.memory.offHeap.size"CodingCat2016-03-071-1/+1
* [SPARK-13521][BUILD] Remove reference to Tachyon in cluster & release scriptsReynold Xin2016-02-261-24/+0
* [SPARK-7729][UI] Executor which has been killed should also be displayed on E...Lianhui Wang2016-02-231-0/+7
* [MINOR][DOCS] Fix typos in `configuration.md` and `hardware-provisioning.md`Dongjoon Hyun2016-02-211-5/+5
* [SPARK-13350][DOCS] Config doc updated to state that PYSPARK_PYTHON's default...Christopher C. Aycock2016-02-171-1/+1
* [SPARK-11627] Add initial input rate limit for spark streaming backpressure m...junhao2016-02-161-0/+8
* [SPARK-6166] Limit number of in flight outbound requestsSanket2016-02-111-0/+10
* [SPARK-12414][CORE] Remove closure serializerSean Owen2016-02-101-7/+0
* [SPARK-5095][MESOS] Support launching multiple mesos executors in coarse grai...Michael Gummelt2016-02-101-5/+10
* [SPARK-13214][DOCS] update dynamicAllocation documentationBill Chambers2016-02-051-2/+2
* [SPARK-12463][SPARK-12464][SPARK-12465][SPARK-10647][MESOS] Fix zookeeper dir...Timothy Chen2016-02-011-0/+23
* [SPARK-1680][DOCS] Explain environment variables for running on YARN in clust...Andrew2016-01-271-0/+2
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-221-61/+4
* [SPARK-12534][DOC] update documentation to list command line equivalent to pr...felixcheung2016-01-211-5/+5
* [SPARK-2750][WEB UI] Add https support to the Web UIscwf2016-01-191-0/+22
* [SPARK-12507][STREAMING][DOCUMENT] Expose closeFileAfterWrite and allowBatchi...Shixiong Zhu2016-01-071-0/+18
* [DOC] fix 'spark.memory.offHeap.enabled' default value to falsezzcclp2016-01-061-1/+1
* [SPARK-7689] Remove TTL-based metadata cleaning in Spark 2.0Josh Rosen2016-01-061-11/+0
* [SPARK-12588] Remove HttpBroadcast in Spark 2.0.Reynold Xin2015-12-301-17/+2
* [SPARK-12388] change default compression to lz4Davies Liu2015-12-211-1/+1
* [SPARK-12091] [PYSPARK] Deprecate the JAVA-specific deserialized storage levelsgatorsmile2015-12-181-3/+4
* [SPARK-10123][DEPLOY] Support specifying deploy mode from configurationjerryshao2015-12-151-3/+12
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-101-0/+16
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-101-8/+0
* [SPARK-12080][CORE] Kryo - Support multiple user registratorsrotems2015-12-041-2/+2
* [SPARK-12081] Make unified memory manager work with small heapsAndrew Or2015-12-011-2/+2