aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/SparkConf.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17979][SPARK-14453] Remove deprecated SPARK_YARN_USER_ENV and SPARK_JA...Yong Tang2017-03-101-65/+0
* [SPARK-19402][DOCS] Support LaTex inline formula correctly and fix warnings i...hyukjinkwon2017-02-011-6/+6
* [SPARK-19139][CORE] New auth mechanism for transport library.Marcelo Vanzin2017-01-241-0/+5
* [SPARK-19179][YARN] Change spark.yarn.access.namenodes config and update docsjerryshao2017-01-171-2/+4
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-291-1/+3
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-291-6/+6
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-191-3/+3
* [SPARK-17675][CORE] Expand Blacklist for TaskSetsImran Rashid2016-10-121-1/+3
* [SPARK-4563][CORE] Allow driver to advertise a different network address.Marcelo Vanzin2016-09-211-0/+2
* [SPARK-17240][CORE] Make SparkConf serializable again.Marcelo Vanzin2016-08-251-4/+7
* [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.Marcelo Vanzin2016-08-151-2/+7
* [SPARK-16637] Unified containerizerMichael Gummelt2016-07-291-4/+9
* [SPARK-16272][CORE] Allow config values to reference conf, env, system props.Marcelo Vanzin2016-07-201-1/+1
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-301-1/+1
* Unintentional white spaces in kryo classes configuration parametersVictor Chima2016-04-271-1/+2
* [SPARK-14602][YARN] Use SparkConf to propagate the list of cached files.Marcelo Vanzin2016-04-201-0/+4
* [SPARK-12384] Enables spark-clients to set the min(-Xms) and max(*.memory con...Dhruve Ashar2016-04-071-3/+3
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-061-2/+4
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-2/+2
* [SPARK-13626][CORE] Revert change to SparkConf's constructor.Marcelo Vanzin2016-03-151-1/+1
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-141-4/+19
* [SPARK-13577][YARN] Allow Spark jar to be multiple jars, archive.Marcelo Vanzin2016-03-111-1/+3
* [MINOR][CORE] Fix a duplicate "and" in a log message.Marcelo Vanzin2016-03-101-1/+1
* [SPARK-13727][CORE] SparkConf.contains does not consider deprecated keysbomeng2016-03-101-1/+4
* [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf.Marcelo Vanzin2016-03-071-1/+38
* [SPARK-13220][CORE] deprecate yarn-client and yarn-cluster modejerryshao2016-02-231-0/+25
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-221-21/+11
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-1/+1
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-311-1/+2
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-101-1/+3
* [SPARK-11501][CORE][YARN] Propagate spark.rpc config to executorsNishkam Ravi2015-11-051-0/+1
* Fix typosJacek Laskowski2015-10-251-1/+1
* [SPARK-11120] Allow sane default number of executor failures when dynamically...Ryan Williams2015-10-191-1/+3
* [SPARK-10983] Unified memory managerAndrew Or2015-10-131-2/+21
* [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...Niranjan Padmanabhan2015-08-121-0/+19
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-061-0/+7
* [SPARK-9056] [STREAMING] Rename configuration `spark.streaming.minRememberDur...Sameer Abhyankar2015-07-311-1/+3
* [SPARK-746] [CORE] Added Avro Serialization to KryoJoseph Batchik2015-07-291-1/+22
* [SPARK-8129] [CORE] [Sec] Pass auth secrets to executors via env variablesKan Zhang2015-06-161-1/+1
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-311-6/+6
* [SPARK-7927] whitespace fixes for core.Reynold Xin2015-05-281-1/+1
* [SPARK-7672] [CORE] Use int conversion in translating kryoserializer.buffer.m...Nishkam Ravi2015-05-161-1/+1
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-281-1/+89
* [SPARK-6490][Core] Add spark.rpc.* and deprecate spark.akka.*zsxwing2015-04-201-1/+9
* [SPARK-5933] [core] Move config deprecation warnings to SparkConf.Marcelo Vanzin2015-04-171-3/+14
* [SPARK-6046] [core] Reorganize deprecated config support in SparkConf.Marcelo Vanzin2015-04-171-79/+95
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-131-0/+36
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-1/+1
* [SPARK-6048] SparkConf should not translate deprecated configs on setAndrew Or2015-03-021-4/+11
* [SPARK-6046] Privatize SparkConf.translateConfKeyAndrew Or2015-02-261-1/+1