aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/conf.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18447][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that` across P...hyukjinkwon2016-11-221-2/+2
* [SPARK-17387][PYSPARK] Creating SparkContext() from python without spark-subm...Jeff Zhang2016-10-111-19/+52
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-1/+8
* [SPARK-3412] [PySpark] Replace Epydoc with Sphinx to generate Python API docsDavies Liu2014-10-071-4/+4
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-0/+2
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+1
* [SPARK-2014] Make PySpark store RDDs in MEMORY_ONLY_SER with compression by d...Prashant Sharma2014-07-241-0/+6
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-4/+5
* follow pep8 None should be compared using is or is notKen Takagiwa2014-07-151-2/+2
* [FIX] do not load defaults when testing SparkConf in pysparkXiangrui Meng2014-05-141-1/+1
* SPARK-1114: Allow PySpark to use existing JVM and GatewayAhir Reddy2014-02-201-5/+10
* Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-181-6/+4
* Fix Python code after change of getOrElseMatei Zaharia2014-01-011-1/+6
* Miscellaneous fixes from code review.Matei Zaharia2014-01-011-8/+4
* Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-5/+19
* Properly show Spark properties on web UI, and change app name propertyMatei Zaharia2013-12-291-1/+1
* Fix some Python docs and make sure to unset SPARK_TESTING in PythonMatei Zaharia2013-12-291-5/+5
* Add Python docs about SparkConfMatei Zaharia2013-12-291-0/+42
* Fix some other Python tests due to initializing JVM in a different wayMatei Zaharia2013-12-291-2/+3
* Add SparkConf support in PythonMatei Zaharia2013-12-291-0/+113